Html Css Color HEX #DC4979 Cranberry

📋 copy color: '#DC4979'

red 220 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #DC4979

Tints of Cranberry #DC4979

RGB

 RED value IS 220 (86.33% from 255) = 53.14%

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 53.14%
G = 17.63%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4979 (or 0xDC4979) is known color: Cranberry. HEX triplet: DC, 49 and 79. RGB value is (220,73,121). Sum of RGB (Red+Green+Blue) = 220+73+121=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4979 is #23B686. Grayscale: #7A7A7A. Windows color (decimal): -2340487 or 7948764. OLE color: 7948764.

HSL color Cylindrical-coordinate representation of color #DC4979: hue angle of 340.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4979 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 121 -
CMYK 0 0.67 0.45 0.14
HSL 340.41º 0.68% 0.57% -
HSV(B) 340.41º 0.67% 0.86% -
XYZ 35.35 21.36 20.35 -
YUV 122.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 220 73 121 0 0.67 0.45 0.14 340.41 0.68 0.57
Hex DC 49 79 0 43 2D E 154 44 39
Octal 334 111 171 0 103 55 16 524 104 71
Binary 11011100 1001001 1111001 0 1000011 101101 1110 101010100 1000100 111001

Color Harmonies of #DC4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4979

Black with #DC4979

Text Example


Text Example

White with #DC4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4979; }

 p { color: rgb(220,73,121); }

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

background-color css

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

 a { background-color: rgb(220,73,121); }

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

border-color css

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

 span { border-color: rgb(220,73,121); }

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