Html Css Color HEX #DF4470 Cranberry

📋 copy color: '#DF4470'

red 223 ◦ green 68 ◦ blue 112

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

Shades of Cranberry #DF4470

Tints of Cranberry #DF4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.87%

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 55.33%
G = 16.87%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF4470 (or 0xDF4470) is known color: Cranberry. HEX triplet: DF, 44 and 70. RGB value is (223,68,112). Sum of RGB (Red+Green+Blue) = 223+68+112=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4470 is #20BB8F. Grayscale: #777777. Windows color (decimal): -2145168 or 7357663. OLE color: 7357663.

HSL color Cylindrical-coordinate representation of color #DF4470: hue angle of 342.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4470 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 112 -
CMYK 0 0.70 0.50 0.13
HSL 342.97º 0.71% 0.57% -
HSV(B) 342.97º 0.7% 0.87% -
XYZ 35.42 20.99 17.51 -
YUV 119.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 223 68 112 0 0.70 0.50 0.13 342.97 0.71 0.57
Hex DF 44 70 0 46 32 D 157 47 39
Octal 337 104 160 0 106 62 15 527 107 71
Binary 11011111 1000100 1110000 0 1000110 110010 1101 101010111 1000111 111001

Color Harmonies of #DF4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4470

Black with #DF4470

Text Example


Text Example

White with #DF4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4470; }

 p { color: rgb(223,68,112); }

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

background-color css

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

 a { background-color: rgb(223,68,112); }

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

border-color css

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

 span { border-color: rgb(223,68,112); }

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