Html Css Color HEX #DB249F Deep Cerise

📋 copy color: '#DB249F'

red 219 ◦ green 36 ◦ blue 159

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

Shades of Deep Cerise #DB249F

Tints of Deep Cerise #DB249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 52.9%
G = 8.7%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB249F (or 0xDB249F) is known color: Deep Cerise. HEX triplet: DB, 24 and 9F. RGB value is (219,36,159). Sum of RGB (Red+Green+Blue) = 219+36+159=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB249F is #24DB60. Grayscale: #686868. Windows color (decimal): -2415457 or 10429659. OLE color: 10429659.

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

Color convert

RGB 219 36 159 -
CMYK 0 0.84 0.27 0.14
HSL 319.67º 0.72% 0.5% -
HSV(B) 319.67º 0.84% 0.86% -
XYZ 36.1 18.83 34.53 -
YUV 104.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 219 36 159 0 0.84 0.27 0.14 319.67 0.72 0.5
Hex DB 24 9F 0 54 1B E 140 48 32
Octal 333 44 237 0 124 33 16 500 110 62
Binary 11011011 100100 10011111 0 1010100 11011 1110 101000000 1001000 110010

Color Harmonies of #DB249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB249F

Black with #DB249F

Text Example


Text Example

White with #DB249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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