Html Css Color HEX #DC4388 Deep Cerise

📋 copy color: '#DC4388'

red 220 ◦ green 67 ◦ blue 136

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

Shades of Deep Cerise #DC4388

Tints of Deep Cerise #DC4388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

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

R = 52.01%
G = 15.84%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4388 (or 0xDC4388) is known color: Deep Cerise. HEX triplet: DC, 43 and 88. RGB value is (220,67,136). Sum of RGB (Red+Green+Blue) = 220+67+136=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4388 is #23BC77. Grayscale: #787878. Windows color (decimal): -2342008 or 8930268. OLE color: 8930268.

HSL color Cylindrical-coordinate representation of color #DC4388: hue angle of 332.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4388 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 136 -
CMYK 0 0.70 0.38 0.14
HSL 332.94º 0.69% 0.56% -
HSV(B) 332.94º 0.7% 0.86% -
XYZ 35.97 21.01 25.45 -
YUV 120.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 220 67 136 0 0.70 0.38 0.14 332.94 0.69 0.56
Hex DC 43 88 0 46 26 E 14D 45 38
Octal 334 103 210 0 106 46 16 515 105 70
Binary 11011100 1000011 10001000 0 1000110 100110 1110 101001101 1000101 111000

Color Harmonies of #DC4388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4388

Black with #DC4388

Text Example


Text Example

White with #DC4388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4388; }

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

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

background-color css

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

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

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

border-color css

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

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

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