Html Css Color HEX #DB3193 Deep Cerise

📋 copy color: '#DB3193'

red 219 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #DB3193

Tints of Deep Cerise #DB3193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 52.77%
G = 11.81%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3193 (or 0xDB3193) is known color: Deep Cerise. HEX triplet: DB, 31 and 93. RGB value is (219,49,147). Sum of RGB (Red+Green+Blue) = 219+49+147=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3193 is #24CE6C. Grayscale: #6E6E6E. Windows color (decimal): -2412141 or 9646555. OLE color: 9646555.

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

Color convert

RGB 219 49 147 -
CMYK 0 0.78 0.33 0.14
HSL 325.41º 0.7% 0.53% -
HSV(B) 325.41º 0.78% 0.86% -
XYZ 35.58 19.36 29.47 -
YUV 111 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 219 49 147 0 0.78 0.33 0.14 325.41 0.7 0.53
Hex DB 31 93 0 4E 21 E 145 46 35
Octal 333 61 223 0 116 41 16 505 106 65
Binary 11011011 110001 10010011 0 1001110 100001 1110 101000101 1000110 110101

Color Harmonies of #DB3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3193

Black with #DB3193

Text Example


Text Example

White with #DB3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3193; }

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

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

background-color css

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

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

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

border-color css

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

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

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