Html Css Color HEX #DC3999 Deep Cerise

📋 copy color: '#DC3999'

red 220 ◦ green 57 ◦ blue 153

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

Shades of Deep Cerise #DC3999

Tints of Deep Cerise #DC3999

RGB

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

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

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

R = 51.16%
G = 13.26%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC3999 (or 0xDC3999) is known color: Deep Cerise. HEX triplet: DC, 39 and 99. RGB value is (220,57,153). Sum of RGB (Red+Green+Blue) = 220+57+153=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3999 is #23C666. Grayscale: #747474. Windows color (decimal): -2344551 or 10041820. OLE color: 10041820.

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

Color convert

RGB 220 57 153 -
CMYK 0 0.74 0.30 0.14
HSL 324.66º 0.7% 0.54% -
HSV(B) 324.66º 0.74% 0.86% -
XYZ 36.73 20.44 32.15 -
YUV 116.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 220 57 153 0 0.74 0.30 0.14 324.66 0.7 0.54
Hex DC 39 99 0 4A 1E E 145 46 36
Octal 334 71 231 0 112 36 16 505 106 66
Binary 11011100 111001 10011001 0 1001010 11110 1110 101000101 1000110 110110

Color Harmonies of #DC3999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3999

Black with #DC3999

Text Example


Text Example

White with #DC3999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3999; }

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

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

background-color css

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

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

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

border-color css

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

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

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