Html Css Color HEX #DB2E95 Deep Cerise

📋 copy color: '#DB2E95'

red 219 ◦ green 46 ◦ blue 149

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

Shades of Deep Cerise #DB2E95

Tints of Deep Cerise #DB2E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.11%

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

R = 52.9%
G = 11.11%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2E95 (or 0xDB2E95) is known color: Deep Cerise. HEX triplet: DB, 2E and 95. RGB value is (219,46,149). Sum of RGB (Red+Green+Blue) = 219+46+149=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2E95 is #24D16A. Grayscale: #6D6D6D. Windows color (decimal): -2412907 or 9776859. OLE color: 9776859.

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

Color convert

RGB 219 46 149 -
CMYK 0 0.79 0.32 0.14
HSL 324.28º 0.71% 0.52% -
HSV(B) 324.28º 0.79% 0.86% -
XYZ 35.62 19.18 30.26 -
YUV 109.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 219 46 149 0 0.79 0.32 0.14 324.28 0.71 0.52
Hex DB 2E 95 0 4F 20 E 144 47 34
Octal 333 56 225 0 117 40 16 504 107 64
Binary 11011011 101110 10010101 0 1001111 100000 1110 101000100 1000111 110100

Color Harmonies of #DB2E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E95

Black with #DB2E95

Text Example


Text Example

White with #DB2E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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