Html Css Color HEX #DC4B87 Cranberry

📋 copy color: '#DC4B87'

red 220 ◦ green 75 ◦ blue 135

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

Shades of Cranberry #DC4B87

Tints of Cranberry #DC4B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

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

R = 51.16%
G = 17.44%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4B87 (or 0xDC4B87) is known color: Cranberry. HEX triplet: DC, 4B and 87. RGB value is (220,75,135). Sum of RGB (Red+Green+Blue) = 220+75+135=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B87 is #23B478. Grayscale: #7D7D7D. Windows color (decimal): -2339961 or 8866780. OLE color: 8866780.

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

Color convert

RGB 220 75 135 -
CMYK 0 0.66 0.39 0.14
HSL 335.17º 0.67% 0.58% -
HSV(B) 335.17º 0.66% 0.86% -
XYZ 36.4 22 25.25 -
YUV 125.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 220 75 135 0 0.66 0.39 0.14 335.17 0.67 0.58
Hex DC 4B 87 0 42 27 E 14F 43 3A
Octal 334 113 207 0 102 47 16 517 103 72
Binary 11011100 1001011 10000111 0 1000010 100111 1110 101001111 1000011 111010

Color Harmonies of #DC4B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B87

Black with #DC4B87

Text Example


Text Example

White with #DC4B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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