Html Css Color HEX #DB249B Deep Cerise

📋 copy color: '#DB249B'

red 219 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #DB249B

Tints of Deep Cerise #DB249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 53.41%
G = 8.78%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB249B (or 0xDB249B) is known color: Deep Cerise. HEX triplet: DB, 24 and 9B. RGB value is (219,36,155). Sum of RGB (Red+Green+Blue) = 219+36+155=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB249B is #24DB64. Grayscale: #676767. Windows color (decimal): -2415461 or 10167515. OLE color: 10167515.

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

Color convert

RGB 219 36 155 -
CMYK 0 0.84 0.29 0.14
HSL 320.98º 0.72% 0.5% -
HSV(B) 320.98º 0.84% 0.86% -
XYZ 35.76 18.69 32.73 -
YUV 104.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 219 36 155 0 0.84 0.29 0.14 320.98 0.72 0.5
Hex DB 24 9B 0 54 1D E 141 48 32
Octal 333 44 233 0 124 35 16 501 110 62
Binary 11011011 100100 10011011 0 1010100 11101 1110 101000001 1001000 110010

Color Harmonies of #DB249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB249B

Black with #DB249B

Text Example


Text Example

White with #DB249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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