Html Css Color HEX #DC31A5 Deep Cerise

📋 copy color: '#DC31A5'

red 220 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #DC31A5

Tints of Deep Cerise #DC31A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.02%

R = 50.69%
G = 11.29%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC31A5 (or 0xDC31A5) is known color: Deep Cerise. HEX triplet: DC, 31 and A5. RGB value is (220,49,165). Sum of RGB (Red+Green+Blue) = 220+49+165=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A5 is #23CE5A. Grayscale: #717171. Windows color (decimal): -2346587 or 10826204. OLE color: 10826204.

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

Color convert

RGB 220 49 165 -
CMYK 0 0.78 0.25 0.14
HSL 319.3º 0.71% 0.53% -
HSV(B) 319.3º 0.78% 0.86% -
XYZ 37.41 20.13 37.51 -
YUV 113.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 220 49 165 0 0.78 0.25 0.14 319.3 0.71 0.53
Hex DC 31 A5 0 4E 19 E 13F 47 35
Octal 334 61 245 0 116 31 16 477 107 65
Binary 11011100 110001 10100101 0 1001110 11001 1110 100111111 1000111 110101

Color Harmonies of #DC31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31A5

Black with #DC31A5

Text Example


Text Example

White with #DC31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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