Html Css Color HEX #DF476F Cranberry

📋 copy color: '#DF476F'

red 223 ◦ green 71 ◦ blue 111

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

Shades of Cranberry #DF476F

Tints of Cranberry #DF476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 55.06%
G = 17.53%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF476F (or 0xDF476F) is known color: Cranberry. HEX triplet: DF, 47 and 6F. RGB value is (223,71,111). Sum of RGB (Red+Green+Blue) = 223+71+111=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF476F is #20B890. Grayscale: #797979. Windows color (decimal): -2144401 or 7292895. OLE color: 7292895.

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

Color convert

RGB 223 71 111 -
CMYK 0 0.68 0.50 0.13
HSL 344.21º 0.7% 0.58% -
HSV(B) 344.21º 0.68% 0.87% -
XYZ 35.55 21.34 17.28 -
YUV 121.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 223 71 111 0 0.68 0.50 0.13 344.21 0.7 0.58
Hex DF 47 6F 0 44 32 D 158 46 3A
Octal 337 107 157 0 104 62 15 530 106 72
Binary 11011111 1000111 1101111 0 1000100 110010 1101 101011000 1000110 111010

Color Harmonies of #DF476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF476F

Black with #DF476F

Text Example


Text Example

White with #DF476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF476F; }

 p { color: rgb(223,71,111); }

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

background-color css

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

 a { background-color: rgb(223,71,111); }

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

border-color css

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

 span { border-color: rgb(223,71,111); }

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