Html Css Color HEX #DB249A Deep Cerise

📋 copy color: '#DB249A'

red 219 ◦ green 36 ◦ blue 154

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

Shades of Deep Cerise #DB249A

Tints of Deep Cerise #DB249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.8%

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

R = 53.55%
G = 8.8%
B = 37.65%

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

#DB249A (or 0xDB249A) is known color: Deep Cerise. HEX triplet: DB, 24 and 9A. RGB value is (219,36,154). Sum of RGB (Red+Green+Blue) = 219+36+154=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB249A is #24DB65. Grayscale: #676767. Windows color (decimal): -2415462 or 10101979. OLE color: 10101979.

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

Color convert

RGB 219 36 154 -
CMYK 0 0.84 0.30 0.14
HSL 321.31º 0.72% 0.5% -
HSV(B) 321.31º 0.84% 0.86% -
XYZ 35.68 18.65 32.29 -
YUV 104.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 219 36 154 0 0.84 0.30 0.14 321.31 0.72 0.5
Hex DB 24 9A 0 54 1E E 141 48 32
Octal 333 44 232 0 124 36 16 501 110 62
Binary 11011011 100100 10011010 0 1010100 11110 1110 101000001 1001000 110010

Color Harmonies of #DB249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB249A

Black with #DB249A

Text Example


Text Example

White with #DB249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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