Html Css Color HEX #DB288A Deep Cerise

📋 copy color: '#DB288A'

red 219 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #DB288A

Tints of Deep Cerise #DB288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 55.16%
G = 10.08%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB288A (or 0xDB288A) is known color: Deep Cerise. HEX triplet: DB, 28 and 8A. RGB value is (219,40,138). Sum of RGB (Red+Green+Blue) = 219+40+138=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB288A is #24D775. Grayscale: #686868. Windows color (decimal): -2414454 or 9054427. OLE color: 9054427.

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

Color convert

RGB 219 40 138 -
CMYK 0 0.82 0.37 0.14
HSL 327.15º 0.71% 0.51% -
HSV(B) 327.15º 0.82% 0.86% -
XYZ 34.56 18.41 25.78 -
YUV 104.69 146.8 209.53 -
System Red Green Blue C M Y K H S L
Decimal 219 40 138 0 0.82 0.37 0.14 327.15 0.71 0.51
Hex DB 28 8A 0 52 25 E 147 47 33
Octal 333 50 212 0 122 45 16 507 107 63
Binary 11011011 101000 10001010 0 1010010 100101 1110 101000111 1000111 110011

Color Harmonies of #DB288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB288A

Black with #DB288A

Text Example


Text Example

White with #DB288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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