Html Css Color HEX #DB289C Deep Cerise

📋 copy color: '#DB289C'

red 219 ◦ green 40 ◦ blue 156

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

Shades of Deep Cerise #DB289C

Tints of Deep Cerise #DB289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 52.77%
G = 9.64%
B = 37.59%

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

#DB289C (or 0xDB289C) is known color: Deep Cerise. HEX triplet: DB, 28 and 9C. RGB value is (219,40,156). Sum of RGB (Red+Green+Blue) = 219+40+156=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB289C is #24D763. Grayscale: #6A6A6A. Windows color (decimal): -2414436 or 10234075. OLE color: 10234075.

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

Color convert

RGB 219 40 156 -
CMYK 0 0.82 0.29 0.14
HSL 321.12º 0.71% 0.51% -
HSV(B) 321.12º 0.82% 0.86% -
XYZ 35.97 18.98 33.22 -
YUV 106.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 219 40 156 0 0.82 0.29 0.14 321.12 0.71 0.51
Hex DB 28 9C 0 52 1D E 141 47 33
Octal 333 50 234 0 122 35 16 501 107 63
Binary 11011011 101000 10011100 0 1010010 11101 1110 101000001 1000111 110011

Color Harmonies of #DB289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB289C

Black with #DB289C

Text Example


Text Example

White with #DB289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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