Html Css Color HEX #DB3E9E Deep Cerise

📋 copy color: '#DB3E9E'

red 219 ◦ green 62 ◦ blue 158

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

Shades of Deep Cerise #DB3E9E

Tints of Deep Cerise #DB3E9E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.12%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 49.89%
G = 14.12%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB3E9E (or 0xDB3E9E) is known color: Deep Cerise. HEX triplet: DB, 3E and 9E. RGB value is (219,62,158). Sum of RGB (Red+Green+Blue) = 219+62+158=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3E9E is #24C161. Grayscale: #777777. Windows color (decimal): -2408802 or 10370779. OLE color: 10370779.

HSL color Cylindrical-coordinate representation of color #DB3E9E: hue angle of 323.31º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E9E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 62 158 -
CMYK 0 0.72 0.28 0.14
HSL 323.31º 0.69% 0.55% -
HSV(B) 323.31º 0.72% 0.86% -
XYZ 37.11 20.97 34.44 -
YUV 119.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 219 62 158 0 0.72 0.28 0.14 323.31 0.69 0.55
Hex DB 3E 9E 0 48 1C E 143 45 37
Octal 333 76 236 0 110 34 16 503 105 67
Binary 11011011 111110 10011110 0 1001000 11100 1110 101000011 1000101 110111

Color Harmonies of #DB3E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E9E

Black with #DB3E9E

Text Example


Text Example

White with #DB3E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E9E; }

 p { color: rgb(219,62,158); }

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

background-color css

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

 a { background-color: rgb(219,62,158); }

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

border-color css

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

 span { border-color: rgb(219,62,158); }

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