Html Css Color HEX #DC4399 Deep Cerise

📋 copy color: '#DC4399'

red 220 ◦ green 67 ◦ blue 153

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

Shades of Deep Cerise #DC4399

Tints of Deep Cerise #DC4399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 50%
G = 15.23%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC4399 (or 0xDC4399) is known color: Deep Cerise. HEX triplet: DC, 43 and 99. RGB value is (220,67,153). Sum of RGB (Red+Green+Blue) = 220+67+153=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4399 is #23BC66. Grayscale: #7A7A7A. Windows color (decimal): -2341991 or 10044380. OLE color: 10044380.

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

Color convert

RGB 220 67 153 -
CMYK 0 0.70 0.30 0.14
HSL 326.27º 0.69% 0.56% -
HSV(B) 326.27º 0.7% 0.86% -
XYZ 37.27 21.53 32.33 -
YUV 122.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 220 67 153 0 0.70 0.30 0.14 326.27 0.69 0.56
Hex DC 43 99 0 46 1E E 146 45 38
Octal 334 103 231 0 106 36 16 506 105 70
Binary 11011100 1000011 10011001 0 1000110 11110 1110 101000110 1000101 111000

Color Harmonies of #DC4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4399

Black with #DC4399

Text Example


Text Example

White with #DC4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4399; }

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

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

background-color css

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

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

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

border-color css

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

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

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