Html Css Color HEX #DC4780 Cranberry

📋 copy color: '#DC4780'

red 220 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #DC4780

Tints of Cranberry #DC4780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 52.51%
G = 16.95%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC4780 (or 0xDC4780) is known color: Cranberry. HEX triplet: DC, 47 and 80. RGB value is (220,71,128). Sum of RGB (Red+Green+Blue) = 220+71+128=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4780 is #23B87F. Grayscale: #797979. Windows color (decimal): -2340992 or 8407004. OLE color: 8407004.

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

Color convert

RGB 220 71 128 -
CMYK 0 0.68 0.42 0.14
HSL 337.05º 0.68% 0.57% -
HSV(B) 337.05º 0.68% 0.86% -
XYZ 35.66 21.28 22.65 -
YUV 122.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 220 71 128 0 0.68 0.42 0.14 337.05 0.68 0.57
Hex DC 47 80 0 44 2A E 151 44 39
Octal 334 107 200 0 104 52 16 521 104 71
Binary 11011100 1000111 10000000 0 1000100 101010 1110 101010001 1000100 111001

Color Harmonies of #DC4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4780

Black with #DC4780

Text Example


Text Example

White with #DC4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4780; }

 p { color: rgb(220,71,128); }

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

background-color css

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

 a { background-color: rgb(220,71,128); }

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

border-color css

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

 span { border-color: rgb(220,71,128); }

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