Html Css Color HEX #DC587C Cranberry

📋 copy color: '#DC587C'

red 220 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #DC587C

Tints of Cranberry #DC587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 50.93%
G = 20.37%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC587C (or 0xDC587C) is known color: Cranberry. HEX triplet: DC, 58 and 7C. RGB value is (220,88,124). Sum of RGB (Red+Green+Blue) = 220+88+124=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC587C is #23A783. Grayscale: #838383. Windows color (decimal): -2336644 or 8149212. OLE color: 8149212.

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

Color convert

RGB 220 88 124 -
CMYK 0 0.6 0.44 0.14
HSL 343.64º 0.65% 0.6% -
HSV(B) 343.64º 0.6% 0.86% -
XYZ 36.64 23.65 21.7 -
YUV 131.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 220 88 124 0 0.6 0.44 0.14 343.64 0.65 0.6
Hex DC 58 7C 0 3C 2C E 158 41 3C
Octal 334 130 174 0 74 54 16 530 101 74
Binary 11011100 1011000 1111100 0 111100 101100 1110 101011000 1000001 111100

Color Harmonies of #DC587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC587C

Black with #DC587C

Text Example


Text Example

White with #DC587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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