Html Css Color HEX #DC4687 Cranberry

📋 copy color: '#DC4687'

red 220 ◦ green 70 ◦ blue 135

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

Shades of Cranberry #DC4687

Tints of Cranberry #DC4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.47%

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

R = 51.76%
G = 16.47%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4687 (or 0xDC4687) is known color: Cranberry. HEX triplet: DC, 46 and 87. RGB value is (220,70,135). Sum of RGB (Red+Green+Blue) = 220+70+135=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4687 is #23B978. Grayscale: #7A7A7A. Windows color (decimal): -2341241 or 8865500. OLE color: 8865500.

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

Color convert

RGB 220 70 135 -
CMYK 0 0.68 0.39 0.14
HSL 334º 0.68% 0.57% -
HSV(B) 334º 0.68% 0.86% -
XYZ 36.08 21.35 25.14 -
YUV 122.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 220 70 135 0 0.68 0.39 0.14 334 0.68 0.57
Hex DC 46 87 0 44 27 E 14E 44 39
Octal 334 106 207 0 104 47 16 516 104 71
Binary 11011100 1000110 10000111 0 1000100 100111 1110 101001110 1000100 111001

Color Harmonies of #DC4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4687

Black with #DC4687

Text Example


Text Example

White with #DC4687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4687; }

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

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

background-color css

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

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

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

border-color css

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

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

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