Html Css Color HEX #DC4580 Cranberry

📋 copy color: '#DC4580'

red 220 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #DC4580

Tints of Cranberry #DC4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

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

R = 52.76%
G = 16.55%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC4580 (or 0xDC4580) is known color: Cranberry. HEX triplet: DC, 45 and 80. RGB value is (220,69,128). Sum of RGB (Red+Green+Blue) = 220+69+128=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4580 is #23BA7F. Grayscale: #787878. Windows color (decimal): -2341504 or 8406492. OLE color: 8406492.

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

Color convert

RGB 220 69 128 -
CMYK 0 0.69 0.42 0.14
HSL 336.56º 0.68% 0.57% -
HSV(B) 336.56º 0.69% 0.86% -
XYZ 35.54 21.03 22.61 -
YUV 120.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 220 69 128 0 0.69 0.42 0.14 336.56 0.68 0.57
Hex DC 45 80 0 45 2A E 151 44 39
Octal 334 105 200 0 105 52 16 521 104 71
Binary 11011100 1000101 10000000 0 1000101 101010 1110 101010001 1000100 111001

Color Harmonies of #DC4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4580

Black with #DC4580

Text Example


Text Example

White with #DC4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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