Html Css Color HEX #DB2798 Deep Cerise

📋 copy color: '#DB2798'

red 219 ◦ green 39 ◦ blue 152

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

Shades of Deep Cerise #DB2798

Tints of Deep Cerise #DB2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 53.41%
G = 9.51%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2798 (or 0xDB2798) is known color: Deep Cerise. HEX triplet: DB, 27 and 98. RGB value is (219,39,152). Sum of RGB (Red+Green+Blue) = 219+39+152=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2798 is #24D867. Grayscale: #696969. Windows color (decimal): -2414696 or 9971675. OLE color: 9971675.

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

Color convert

RGB 219 39 152 -
CMYK 0 0.82 0.31 0.14
HSL 322.33º 0.71% 0.51% -
HSV(B) 322.33º 0.82% 0.86% -
XYZ 35.61 18.78 31.45 -
YUV 105.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 219 39 152 0 0.82 0.31 0.14 322.33 0.71 0.51
Hex DB 27 98 0 52 1F E 142 47 33
Octal 333 47 230 0 122 37 16 502 107 63
Binary 11011011 100111 10011000 0 1010010 11111 1110 101000010 1000111 110011

Color Harmonies of #DB2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2798

Black with #DB2798

Text Example


Text Example

White with #DB2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2798; }

 p { color: rgb(219,39,152); }

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

background-color css

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

 a { background-color: rgb(219,39,152); }

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

border-color css

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

 span { border-color: rgb(219,39,152); }

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