Html Css Color HEX #DC5582 Cranberry

📋 copy color: '#DC5582'

red 220 ◦ green 85 ◦ blue 130

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

Shades of Cranberry #DC5582

Tints of Cranberry #DC5582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 50.57%
G = 19.54%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5582 (or 0xDC5582) is known color: Cranberry. HEX triplet: DC, 55 and 82. RGB value is (220,85,130). Sum of RGB (Red+Green+Blue) = 220+85+130=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5582 is #23AA7D. Grayscale: #828282. Windows color (decimal): -2337406 or 8541660. OLE color: 8541660.

HSL color Cylindrical-coordinate representation of color #DC5582: hue angle of 340º 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 #DC5582 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 130 -
CMYK 0 0.61 0.41 0.14
HSL 340º 0.66% 0.6% -
HSV(B) 340º 0.61% 0.86% -
XYZ 36.79 23.32 23.68 -
YUV 130.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 220 85 130 0 0.61 0.41 0.14 340 0.66 0.6
Hex DC 55 82 0 3D 29 E 154 42 3C
Octal 334 125 202 0 75 51 16 524 102 74
Binary 11011100 1010101 10000010 0 111101 101001 1110 101010100 1000010 111100

Color Harmonies of #DC5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5582

Black with #DC5582

Text Example


Text Example

White with #DC5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5582; }

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

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

background-color css

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

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

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

border-color css

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

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

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