Html Css Color HEX #DC399C Deep Cerise

📋 copy color: '#DC399C'

red 220 ◦ green 57 ◦ blue 156

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

Shades of Deep Cerise #DC399C

Tints of Deep Cerise #DC399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.16%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 50.81%
G = 13.16%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC399C (or 0xDC399C) is known color: Deep Cerise. HEX triplet: DC, 39 and 9C. RGB value is (220,57,156). Sum of RGB (Red+Green+Blue) = 220+57+156=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC399C is #23C663. Grayscale: #747474. Windows color (decimal): -2344548 or 10238428. OLE color: 10238428.

HSL color Cylindrical-coordinate representation of color #DC399C: hue angle of 323.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC399C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 156 -
CMYK 0 0.74 0.29 0.14
HSL 323.56º 0.7% 0.54% -
HSV(B) 323.56º 0.74% 0.86% -
XYZ 36.98 20.54 33.47 -
YUV 117.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 220 57 156 0 0.74 0.29 0.14 323.56 0.7 0.54
Hex DC 39 9C 0 4A 1D E 144 46 36
Octal 334 71 234 0 112 35 16 504 106 66
Binary 11011100 111001 10011100 0 1001010 11101 1110 101000100 1000110 110110

Color Harmonies of #DC399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC399C

Black with #DC399C

Text Example


Text Example

White with #DC399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC399C; }

 p { color: rgb(220,57,156); }

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

background-color css

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

 a { background-color: rgb(220,57,156); }

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

border-color css

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

 span { border-color: rgb(220,57,156); }

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