Html Css Color HEX #DB2A95 Deep Cerise

📋 copy color: '#DB2A95'

red 219 ◦ green 42 ◦ blue 149

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

Shades of Deep Cerise #DB2A95

Tints of Deep Cerise #DB2A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.24%

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 53.41%
G = 10.24%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2A95 (or 0xDB2A95) is known color: Deep Cerise. HEX triplet: DB, 2A and 95. RGB value is (219,42,149). Sum of RGB (Red+Green+Blue) = 219+42+149=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A95 is #24D56A. Grayscale: #6A6A6A. Windows color (decimal): -2413931 or 9775835. OLE color: 9775835.

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

Color convert

RGB 219 42 149 -
CMYK 0 0.81 0.32 0.14
HSL 323.73º 0.71% 0.51% -
HSV(B) 323.73º 0.81% 0.86% -
XYZ 35.47 18.89 30.21 -
YUV 107.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 219 42 149 0 0.81 0.32 0.14 323.73 0.71 0.51
Hex DB 2A 95 0 51 20 E 144 47 33
Octal 333 52 225 0 121 40 16 504 107 63
Binary 11011011 101010 10010101 0 1010001 100000 1110 101000100 1000111 110011

Color Harmonies of #DB2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A95

Black with #DB2A95

Text Example


Text Example

White with #DB2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A95; }

 p { color: rgb(219,42,149); }

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

background-color css

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

 a { background-color: rgb(219,42,149); }

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

border-color css

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

 span { border-color: rgb(219,42,149); }

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