Html Css Color HEX #DC31A0 Deep Cerise

📋 copy color: '#DC31A0'

red 220 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #DC31A0

Tints of Deep Cerise #DC31A0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.42%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 51.28%
G = 11.42%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC31A0 (or 0xDC31A0) is known color: Deep Cerise. HEX triplet: DC, 31 and A0. RGB value is (220,49,160). Sum of RGB (Red+Green+Blue) = 220+49+160=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A0 is #23CE5F. Grayscale: #707070. Windows color (decimal): -2346592 or 10498524. OLE color: 10498524.

HSL color Cylindrical-coordinate representation of color #DC31A0: hue angle of 321.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31A0 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 160 -
CMYK 0 0.78 0.27 0.14
HSL 321.05º 0.71% 0.53% -
HSV(B) 321.05º 0.78% 0.86% -
XYZ 36.96 19.95 35.16 -
YUV 112.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 220 49 160 0 0.78 0.27 0.14 321.05 0.71 0.53
Hex DC 31 A0 0 4E 1B E 141 47 35
Octal 334 61 240 0 116 33 16 501 107 65
Binary 11011100 110001 10100000 0 1001110 11011 1110 101000001 1000111 110101

Color Harmonies of #DC31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31A0

Black with #DC31A0

Text Example


Text Example

White with #DC31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31A0; }

 p { color: rgb(220,49,160); }

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

background-color css

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

 a { background-color: rgb(220,49,160); }

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

border-color css

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

 span { border-color: rgb(220,49,160); }

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