Html Css Color HEX #DC4C87 Cranberry

📋 copy color: '#DC4C87'

red 220 ◦ green 76 ◦ blue 135

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

Shades of Cranberry #DC4C87

Tints of Cranberry #DC4C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 51.04%
G = 17.63%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4C87 (or 0xDC4C87) is known color: Cranberry. HEX triplet: DC, 4C and 87. RGB value is (220,76,135). Sum of RGB (Red+Green+Blue) = 220+76+135=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C87 is #23B378. Grayscale: #7D7D7D. Windows color (decimal): -2339705 or 8867036. OLE color: 8867036.

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

Color convert

RGB 220 76 135 -
CMYK 0 0.65 0.39 0.14
HSL 335.42º 0.67% 0.58% -
HSV(B) 335.42º 0.65% 0.86% -
XYZ 36.47 22.13 25.27 -
YUV 125.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 220 76 135 0 0.65 0.39 0.14 335.42 0.67 0.58
Hex DC 4C 87 0 41 27 E 14F 43 3A
Octal 334 114 207 0 101 47 16 517 103 72
Binary 11011100 1001100 10000111 0 1000001 100111 1110 101001111 1000011 111010

Color Harmonies of #DC4C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C87

Black with #DC4C87

Text Example


Text Example

White with #DC4C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C87; }

 p { color: rgb(220,76,135); }

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

background-color css

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

 a { background-color: rgb(220,76,135); }

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

border-color css

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

 span { border-color: rgb(220,76,135); }

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