Html Css Color HEX #DC399B Deep Cerise

📋 copy color: '#DC399B'

red 220 ◦ green 57 ◦ blue 155

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

Shades of Deep Cerise #DC399B

Tints of Deep Cerise #DC399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 50.93%
G = 13.19%
B = 35.88%

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

#DC399B (or 0xDC399B) is known color: Deep Cerise. HEX triplet: DC, 39 and 9B. RGB value is (220,57,155). Sum of RGB (Red+Green+Blue) = 220+57+155=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC399B is #23C664. Grayscale: #747474. Windows color (decimal): -2344549 or 10172892. OLE color: 10172892.

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

Color convert

RGB 220 57 155 -
CMYK 0 0.74 0.30 0.14
HSL 323.93º 0.7% 0.54% -
HSV(B) 323.93º 0.74% 0.86% -
XYZ 36.89 20.51 33.02 -
YUV 116.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 220 57 155 0 0.74 0.30 0.14 323.93 0.7 0.54
Hex DC 39 9B 0 4A 1E E 144 46 36
Octal 334 71 233 0 112 36 16 504 106 66
Binary 11011100 111001 10011011 0 1001010 11110 1110 101000100 1000110 110110

Color Harmonies of #DC399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC399B

Black with #DC399B

Text Example


Text Example

White with #DC399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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