Html Css Color HEX #DB289F Deep Cerise

📋 copy color: '#DB289F'

red 219 ◦ green 40 ◦ blue 159

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

Shades of Deep Cerise #DB289F

Tints of Deep Cerise #DB289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 52.39%
G = 9.57%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB289F (or 0xDB289F) is known color: Deep Cerise. HEX triplet: DB, 28 and 9F. RGB value is (219,40,159). Sum of RGB (Red+Green+Blue) = 219+40+159=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB289F is #24D760. Grayscale: #6A6A6A. Windows color (decimal): -2414433 or 10430683. OLE color: 10430683.

HSL color Cylindrical-coordinate representation of color #DB289F: hue angle of 320.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB289F is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 159 -
CMYK 0 0.82 0.27 0.14
HSL 320.11º 0.71% 0.51% -
HSV(B) 320.11º 0.82% 0.86% -
XYZ 36.23 19.08 34.57 -
YUV 107.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 219 40 159 0 0.82 0.27 0.14 320.11 0.71 0.51
Hex DB 28 9F 0 52 1B E 140 47 33
Octal 333 50 237 0 122 33 16 500 107 63
Binary 11011011 101000 10011111 0 1010010 11011 1110 101000000 1000111 110011

Color Harmonies of #DB289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB289F

Black with #DB289F

Text Example


Text Example

White with #DB289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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