Html Css Color HEX #DB289B Deep Cerise

📋 copy color: '#DB289B'

red 219 ◦ green 40 ◦ blue 155

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

Shades of Deep Cerise #DB289B

Tints of Deep Cerise #DB289B

RGB

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

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

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

R = 52.9%
G = 9.66%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB289B (or 0xDB289B) is known color: Deep Cerise. HEX triplet: DB, 28 and 9B. RGB value is (219,40,155). Sum of RGB (Red+Green+Blue) = 219+40+155=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB289B is #24D764. Grayscale: #6A6A6A. Windows color (decimal): -2414437 or 10168539. OLE color: 10168539.

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

Color convert

RGB 219 40 155 -
CMYK 0 0.82 0.29 0.14
HSL 321.45º 0.71% 0.51% -
HSV(B) 321.45º 0.82% 0.86% -
XYZ 35.89 18.94 32.78 -
YUV 106.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 219 40 155 0 0.82 0.29 0.14 321.45 0.71 0.51
Hex DB 28 9B 0 52 1D E 141 47 33
Octal 333 50 233 0 122 35 16 501 107 63
Binary 11011011 101000 10011011 0 1010010 11101 1110 101000001 1000111 110011

Color Harmonies of #DB289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB289B

Black with #DB289B

Text Example


Text Example

White with #DB289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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