Html Css Color HEX #DB2093 Deep Cerise

📋 copy color: '#DB2093'

red 219 ◦ green 32 ◦ blue 147

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

Shades of Deep Cerise #DB2093

Tints of Deep Cerise #DB2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

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

R = 55.03%
G = 8.04%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB2093 (or 0xDB2093) is known color: Deep Cerise. HEX triplet: DB, 20 and 93. RGB value is (219,32,147). Sum of RGB (Red+Green+Blue) = 219+32+147=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2093 is #24DF6C. Grayscale: #646464. Windows color (decimal): -2416493 or 9642203. OLE color: 9642203.

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

Color convert

RGB 219 32 147 -
CMYK 0 0.85 0.33 0.14
HSL 323.1º 0.75% 0.49% -
HSV(B) 323.1º 0.85% 0.86% -
XYZ 35 18.2 29.27 -
YUV 101.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 219 32 147 0 0.85 0.33 0.14 323.1 0.75 0.49
Hex DB 20 93 0 55 21 E 143 4B 31
Octal 333 40 223 0 125 41 16 503 113 61
Binary 11011011 100000 10010011 0 1010101 100001 1110 101000011 1001011 110001

Color Harmonies of #DB2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2093

Black with #DB2093

Text Example


Text Example

White with #DB2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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