Html Css Color HEX #DC587E Cranberry

📋 copy color: '#DC587E'

red 220 ◦ green 88 ◦ blue 126

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

Shades of Cranberry #DC587E

Tints of Cranberry #DC587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 50.69%
G = 20.28%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC587E (or 0xDC587E) is known color: Cranberry. HEX triplet: DC, 58 and 7E. RGB value is (220,88,126). Sum of RGB (Red+Green+Blue) = 220+88+126=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC587E is #23A781. Grayscale: #838383. Windows color (decimal): -2336642 or 8280284. OLE color: 8280284.

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

Color convert

RGB 220 88 126 -
CMYK 0 0.6 0.43 0.14
HSL 342.73º 0.65% 0.6% -
HSV(B) 342.73º 0.6% 0.86% -
XYZ 36.77 23.7 22.38 -
YUV 131.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 220 88 126 0 0.6 0.43 0.14 342.73 0.65 0.6
Hex DC 58 7E 0 3C 2B E 157 41 3C
Octal 334 130 176 0 74 53 16 527 101 74
Binary 11011100 1011000 1111110 0 111100 101011 1110 101010111 1000001 111100

Color Harmonies of #DC587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC587E

Black with #DC587E

Text Example


Text Example

White with #DC587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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