Html Css Color HEX #DF5A6E Cranberry

📋 copy color: '#DF5A6E'

red 223 ◦ green 90 ◦ blue 110

#DF5A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DF5A6E

Tints of Cranberry #DF5A6E

RGB

 RED value IS 223 (87.5% from 255) = 52.72%

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 52.72%
G = 21.28%
B = 26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF5A6E (or 0xDF5A6E) is known color: Cranberry. HEX triplet: DF, 5A and 6E. RGB value is (223,90,110). Sum of RGB (Red+Green+Blue) = 223+90+110=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A6E is #20A591. Grayscale: #848484. Windows color (decimal): -2139538 or 7232223. OLE color: 7232223.

HSL color Cylindrical-coordinate representation of color #DF5A6E: hue angle of 350.98º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A6E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 110 -
CMYK 0 0.60 0.51 0.13
HSL 350.98º 0.68% 0.61% -
HSV(B) 350.98º 0.6% 0.87% -
XYZ 36.9 24.13 17.46 -
YUV 132.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 223 90 110 0 0.60 0.51 0.13 350.98 0.68 0.61
Hex DF 5A 6E 0 3C 33 D 15F 44 3D
Octal 337 132 156 0 74 63 15 537 104 75
Binary 11011111 1011010 1101110 0 111100 110011 1101 101011111 1000100 111101

Color Harmonies of #DF5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A6E

Black with #DF5A6E

Text Example


Text Example

White with #DF5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A6E; }

 p { color: rgb(223,90,110); }

 H1.HeaderClassName
 {
   color: #DF5A6E;
 }
 .AnyTagClassName
 {
   color: #DF5A6E;
 }
</style>

background-color css

<style>
 a { background-color: #DF5A6E; }

 a { background-color: rgb(223,90,110); }

 div.DivClassName
 {
   background-color: #DF5A6E;
 }
 .BgClassName
 {
   background-color: #DF5A6E;
 }
</style>

border-color css

<style>
 span { border-color: #DF5A6E; }

 span { border-color: rgb(223,90,110); }

 td.TdClassName
 {
   border-color: #DF5A6E;
 }
 .TagClassName
 {
   border-color: #DF5A6E;
 }
</style>