Html Css Color HEX #DB239E Deep Cerise

📋 copy color: '#DB239E'

red 219 ◦ green 35 ◦ blue 158

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

Shades of Deep Cerise #DB239E

Tints of Deep Cerise #DB239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

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

R = 53.16%
G = 8.5%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB239E (or 0xDB239E) is known color: Deep Cerise. HEX triplet: DB, 23 and 9E. RGB value is (219,35,158). Sum of RGB (Red+Green+Blue) = 219+35+158=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB239E is #24DC61. Grayscale: #676767. Windows color (decimal): -2415714 or 10363867. OLE color: 10363867.

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

Color convert

RGB 219 35 158 -
CMYK 0 0.84 0.28 0.14
HSL 319.89º 0.72% 0.5% -
HSV(B) 319.89º 0.84% 0.86% -
XYZ 35.99 18.73 34.07 -
YUV 104.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 219 35 158 0 0.84 0.28 0.14 319.89 0.72 0.5
Hex DB 23 9E 0 54 1C E 140 48 32
Octal 333 43 236 0 124 34 16 500 110 62
Binary 11011011 100011 10011110 0 1010100 11100 1110 101000000 1001000 110010

Color Harmonies of #DB239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB239E

Black with #DB239E

Text Example


Text Example

White with #DB239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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