Html Css Color HEX #DC4788 Cranberry

📋 copy color: '#DC4788'

red 220 ◦ green 71 ◦ blue 136

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

Shades of Cranberry #DC4788

Tints of Cranberry #DC4788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 51.52%
G = 16.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4788 (or 0xDC4788) is known color: Cranberry. HEX triplet: DC, 47 and 88. RGB value is (220,71,136). Sum of RGB (Red+Green+Blue) = 220+71+136=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4788 is #23B877. Grayscale: #7A7A7A. Windows color (decimal): -2340984 or 8931292. OLE color: 8931292.

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

Color convert

RGB 220 71 136 -
CMYK 0 0.68 0.38 0.14
HSL 333.83º 0.68% 0.57% -
HSV(B) 333.83º 0.68% 0.86% -
XYZ 36.21 21.5 25.53 -
YUV 122.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 220 71 136 0 0.68 0.38 0.14 333.83 0.68 0.57
Hex DC 47 88 0 44 26 E 14E 44 39
Octal 334 107 210 0 104 46 16 516 104 71
Binary 11011100 1000111 10001000 0 1000100 100110 1110 101001110 1000100 111001

Color Harmonies of #DC4788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4788

Black with #DC4788

Text Example


Text Example

White with #DC4788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4788; }

 p { color: rgb(220,71,136); }

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

background-color css

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

 a { background-color: rgb(220,71,136); }

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

border-color css

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

 span { border-color: rgb(220,71,136); }

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