Html Css Color HEX #DF476A Cranberry

📋 copy color: '#DF476A'

red 223 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #DF476A

Tints of Cranberry #DF476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 55.75%
G = 17.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF476A (or 0xDF476A) is known color: Cranberry. HEX triplet: DF, 47 and 6A. RGB value is (223,71,106). Sum of RGB (Red+Green+Blue) = 223+71+106=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF476A is #20B895. Grayscale: #787878. Windows color (decimal): -2144406 or 6965215. OLE color: 6965215.

HSL color Cylindrical-coordinate representation of color #DF476A: hue angle of 346.18º 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 #DF476A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 106 -
CMYK 0 0.68 0.52 0.13
HSL 346.18º 0.7% 0.58% -
HSV(B) 346.18º 0.68% 0.87% -
XYZ 35.29 21.24 15.87 -
YUV 120.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 223 71 106 0 0.68 0.52 0.13 346.18 0.7 0.58
Hex DF 47 6A 0 44 34 D 15A 46 3A
Octal 337 107 152 0 104 64 15 532 106 72
Binary 11011111 1000111 1101010 0 1000100 110100 1101 101011010 1000110 111010

Color Harmonies of #DF476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF476A

Black with #DF476A

Text Example


Text Example

White with #DF476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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