Html Css Color HEX #DC31A3 Deep Cerise

📋 copy color: '#DC31A3'

red 220 ◦ green 49 ◦ blue 163

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

Shades of Deep Cerise #DC31A3

Tints of Deep Cerise #DC31A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 50.93%
G = 11.34%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC31A3 (or 0xDC31A3) is known color: Deep Cerise. HEX triplet: DC, 31 and A3. RGB value is (220,49,163). Sum of RGB (Red+Green+Blue) = 220+49+163=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A3 is #23CE5C. Grayscale: #707070. Windows color (decimal): -2346589 or 10695132. OLE color: 10695132.

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

Color convert

RGB 220 49 163 -
CMYK 0 0.78 0.26 0.14
HSL 320º 0.71% 0.53% -
HSV(B) 320º 0.78% 0.86% -
XYZ 37.22 20.06 36.56 -
YUV 113.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 220 49 163 0 0.78 0.26 0.14 320 0.71 0.53
Hex DC 31 A3 0 4E 1A E 140 47 35
Octal 334 61 243 0 116 32 16 500 107 65
Binary 11011100 110001 10100011 0 1001110 11010 1110 101000000 1000111 110101

Color Harmonies of #DC31A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31A3

Black with #DC31A3

Text Example


Text Example

White with #DC31A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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