Html Css Color HEX #DB3398 Deep Cerise

📋 copy color: '#DB3398'

red 219 ◦ green 51 ◦ blue 152

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

Shades of Deep Cerise #DB3398

Tints of Deep Cerise #DB3398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.09%

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

R = 51.9%
G = 12.09%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3398 (or 0xDB3398) is known color: Deep Cerise. HEX triplet: DB, 33 and 98. RGB value is (219,51,152). Sum of RGB (Red+Green+Blue) = 219+51+152=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3398 is #24CC67. Grayscale: #707070. Windows color (decimal): -2411624 or 9974747. OLE color: 9974747.

HSL color Cylindrical-coordinate representation of color #DB3398: hue angle of 323.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3398 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 152 -
CMYK 0 0.77 0.31 0.14
HSL 323.93º 0.7% 0.53% -
HSV(B) 323.93º 0.77% 0.86% -
XYZ 36.06 19.69 31.61 -
YUV 112.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 219 51 152 0 0.77 0.31 0.14 323.93 0.7 0.53
Hex DB 33 98 0 4D 1F E 144 46 35
Octal 333 63 230 0 115 37 16 504 106 65
Binary 11011011 110011 10011000 0 1001101 11111 1110 101000100 1000110 110101

Color Harmonies of #DB3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3398

Black with #DB3398

Text Example


Text Example

White with #DB3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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