Html Css Color HEX #DB2198 Deep Cerise

📋 copy color: '#DB2198'

red 219 ◦ green 33 ◦ blue 152

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

Shades of Deep Cerise #DB2198

Tints of Deep Cerise #DB2198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 54.21%
G = 8.17%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2198 (or 0xDB2198) is known color: Deep Cerise. HEX triplet: DB, 21 and 98. RGB value is (219,33,152). Sum of RGB (Red+Green+Blue) = 219+33+152=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2198 is #24DE67. Grayscale: #656565. Windows color (decimal): -2416232 or 9970139. OLE color: 9970139.

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

Color convert

RGB 219 33 152 -
CMYK 0 0.85 0.31 0.14
HSL 321.61º 0.74% 0.49% -
HSV(B) 321.61º 0.85% 0.86% -
XYZ 35.42 18.41 31.39 -
YUV 102.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 219 33 152 0 0.85 0.31 0.14 321.61 0.74 0.49
Hex DB 21 98 0 55 1F E 142 4A 31
Octal 333 41 230 0 125 37 16 502 112 61
Binary 11011011 100001 10011000 0 1010101 11111 1110 101000010 1001010 110001

Color Harmonies of #DB2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2198

Black with #DB2198

Text Example


Text Example

White with #DB2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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