Html Css Color HEX #DB239A Deep Cerise

📋 copy color: '#DB239A'

red 219 ◦ green 35 ◦ blue 154

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

Shades of Deep Cerise #DB239A

Tints of Deep Cerise #DB239A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 53.68%
G = 8.58%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB239A (or 0xDB239A) is known color: Deep Cerise. HEX triplet: DB, 23 and 9A. RGB value is (219,35,154). Sum of RGB (Red+Green+Blue) = 219+35+154=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB239A is #24DC65. Grayscale: #676767. Windows color (decimal): -2415718 or 10101723. OLE color: 10101723.

HSL color Cylindrical-coordinate representation of color #DB239A: hue angle of 321.2º 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 #DB239A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 154 -
CMYK 0 0.84 0.30 0.14
HSL 321.2º 0.72% 0.5% -
HSV(B) 321.2º 0.84% 0.86% -
XYZ 35.65 18.6 32.28 -
YUV 103.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 219 35 154 0 0.84 0.30 0.14 321.2 0.72 0.5
Hex DB 23 9A 0 54 1E E 141 48 32
Octal 333 43 232 0 124 36 16 501 110 62
Binary 11011011 100011 10011010 0 1010100 11110 1110 101000001 1001000 110010

Color Harmonies of #DB239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB239A

Black with #DB239A

Text Example


Text Example

White with #DB239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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