Html Css Color HEX #DC5880 Cranberry

📋 copy color: '#DC5880'

red 220 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #DC5880

Tints of Cranberry #DC5880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

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

R = 50.46%
G = 20.18%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5880 (or 0xDC5880) is known color: Cranberry. HEX triplet: DC, 58 and 80. RGB value is (220,88,128). Sum of RGB (Red+Green+Blue) = 220+88+128=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5880 is #23A77F. Grayscale: #848484. Windows color (decimal): -2336640 or 8411356. OLE color: 8411356.

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

Color convert

RGB 220 88 128 -
CMYK 0 0.6 0.42 0.14
HSL 341.82º 0.65% 0.6% -
HSV(B) 341.82º 0.6% 0.86% -
XYZ 36.9 23.75 23.06 -
YUV 132.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 220 88 128 0 0.6 0.42 0.14 341.82 0.65 0.6
Hex DC 58 80 0 3C 2A E 156 41 3C
Octal 334 130 200 0 74 52 16 526 101 74
Binary 11011100 1011000 10000000 0 111100 101010 1110 101010110 1000001 111100

Color Harmonies of #DC5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5880

Black with #DC5880

Text Example


Text Example

White with #DC5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5880; }

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

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

background-color css

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

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

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

border-color css

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

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

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