Html Css Color HEX #DF4976 Cranberry

📋 copy color: '#DF4976'

red 223 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #DF4976

Tints of Cranberry #DF4976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.63%

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 53.86%
G = 17.63%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF4976 (or 0xDF4976) is known color: Cranberry. HEX triplet: DF, 49 and 76. RGB value is (223,73,118). Sum of RGB (Red+Green+Blue) = 223+73+118=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4976 is #20B689. Grayscale: #7A7A7A. Windows color (decimal): -2143882 or 7752159. OLE color: 7752159.

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

Color convert

RGB 223 73 118 -
CMYK 0 0.67 0.47 0.13
HSL 342º 0.7% 0.58% -
HSV(B) 342º 0.67% 0.87% -
XYZ 36.08 21.76 19.44 -
YUV 122.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 223 73 118 0 0.67 0.47 0.13 342 0.7 0.58
Hex DF 49 76 0 43 2F D 156 46 3A
Octal 337 111 166 0 103 57 15 526 106 72
Binary 11011111 1001001 1110110 0 1000011 101111 1101 101010110 1000110 111010

Color Harmonies of #DF4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4976

Black with #DF4976

Text Example


Text Example

White with #DF4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4976; }

 p { color: rgb(223,73,118); }

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

background-color css

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

 a { background-color: rgb(223,73,118); }

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

border-color css

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

 span { border-color: rgb(223,73,118); }

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