Html Css Color HEX #DC5579 Cranberry

📋 copy color: '#DC5579'

red 220 ◦ green 85 ◦ blue 121

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

Shades of Cranberry #DC5579

Tints of Cranberry #DC5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 51.64%
G = 19.95%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC5579 (or 0xDC5579) is known color: Cranberry. HEX triplet: DC, 55 and 79. RGB value is (220,85,121). Sum of RGB (Red+Green+Blue) = 220+85+121=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5579 is #23AA86. Grayscale: #818181. Windows color (decimal): -2337415 or 7951836. OLE color: 7951836.

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

Color convert

RGB 220 85 121 -
CMYK 0 0.61 0.45 0.14
HSL 344º 0.66% 0.6% -
HSV(B) 344º 0.61% 0.86% -
XYZ 36.21 23.09 20.64 -
YUV 129.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 220 85 121 0 0.61 0.45 0.14 344 0.66 0.6
Hex DC 55 79 0 3D 2D E 158 42 3C
Octal 334 125 171 0 75 55 16 530 102 74
Binary 11011100 1010101 1111001 0 111101 101101 1110 101011000 1000010 111100

Color Harmonies of #DC5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5579

Black with #DC5579

Text Example


Text Example

White with #DC5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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