Html Css Color HEX #DB31A6 Deep Cerise

📋 copy color: '#DB31A6'

red 219 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #DB31A6

Tints of Deep Cerise #DB31A6

RGB

 RED value IS 219 (85.94% from 255) = 50.46%

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

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 50.46%
G = 11.29%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB31A6 (or 0xDB31A6) is known color: Deep Cerise. HEX triplet: DB, 31 and A6. RGB value is (219,49,166). Sum of RGB (Red+Green+Blue) = 219+49+166=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31A6 is #24CE59. Grayscale: #707070. Windows color (decimal): -2412122 or 10891739. OLE color: 10891739.

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

Color convert

RGB 219 49 166 -
CMYK 0 0.78 0.24 0.14
HSL 318.71º 0.7% 0.53% -
HSV(B) 318.71º 0.78% 0.86% -
XYZ 37.19 20.01 37.98 -
YUV 113.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 219 49 166 0 0.78 0.24 0.14 318.71 0.7 0.53
Hex DB 31 A6 0 4E 18 E 13F 46 35
Octal 333 61 246 0 116 30 16 477 106 65
Binary 11011011 110001 10100110 0 1001110 11000 1110 100111111 1000110 110101

Color Harmonies of #DB31A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31A6

Black with #DB31A6

Text Example


Text Example

White with #DB31A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31A6; }

 p { color: rgb(219,49,166); }

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

background-color css

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

 a { background-color: rgb(219,49,166); }

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

border-color css

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

 span { border-color: rgb(219,49,166); }

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