Html Css Color HEX #DB3198 Deep Cerise

📋 copy color: '#DB3198'

red 219 ◦ green 49 ◦ blue 152

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

Shades of Deep Cerise #DB3198

Tints of Deep Cerise #DB3198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 52.14%
G = 11.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3198 (or 0xDB3198) is known color: Deep Cerise. HEX triplet: DB, 31 and 98. RGB value is (219,49,152). Sum of RGB (Red+Green+Blue) = 219+49+152=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3198 is #24CE67. Grayscale: #6F6F6F. Windows color (decimal): -2412136 or 9974235. OLE color: 9974235.

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

Color convert

RGB 219 49 152 -
CMYK 0 0.78 0.31 0.14
HSL 323.65º 0.7% 0.53% -
HSV(B) 323.65º 0.78% 0.86% -
XYZ 35.98 19.52 31.58 -
YUV 111.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 219 49 152 0 0.78 0.31 0.14 323.65 0.7 0.53
Hex DB 31 98 0 4E 1F E 144 46 35
Octal 333 61 230 0 116 37 16 504 106 65
Binary 11011011 110001 10011000 0 1001110 11111 1110 101000100 1000110 110101

Color Harmonies of #DB3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3198

Black with #DB3198

Text Example


Text Example

White with #DB3198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3198; }

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

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

background-color css

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

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

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

border-color css

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

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

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