Html Css Color HEX #DB2094 Deep Cerise

📋 copy color: '#DB2094'

red 219 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #DB2094

Tints of Deep Cerise #DB2094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.09%

R = 54.89%
G = 8.02%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2094 (or 0xDB2094) is known color: Deep Cerise. HEX triplet: DB, 20 and 94. RGB value is (219,32,148). Sum of RGB (Red+Green+Blue) = 219+32+148=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2094 is #24DF6B. Grayscale: #646464. Windows color (decimal): -2416492 or 9707739. OLE color: 9707739.

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

Color convert

RGB 219 32 148 -
CMYK 0 0.85 0.32 0.14
HSL 322.78º 0.75% 0.49% -
HSV(B) 322.78º 0.85% 0.86% -
XYZ 35.08 18.23 29.69 -
YUV 101.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 219 32 148 0 0.85 0.32 0.14 322.78 0.75 0.49
Hex DB 20 94 0 55 20 E 143 4B 31
Octal 333 40 224 0 125 40 16 503 113 61
Binary 11011011 100000 10010100 0 1010101 100000 1110 101000011 1001011 110001

Color Harmonies of #DB2094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2094

Black with #DB2094

Text Example


Text Example

White with #DB2094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2094; }

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

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

background-color css

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

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

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

border-color css

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

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

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