Html Css Color HEX #DB3094 Deep Cerise

📋 copy color: '#DB3094'

red 219 ◦ green 48 ◦ blue 148

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

Shades of Deep Cerise #DB3094

Tints of Deep Cerise #DB3094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

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

R = 52.77%
G = 11.57%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB3094 (or 0xDB3094) is known color: Deep Cerise. HEX triplet: DB, 30 and 94. RGB value is (219,48,148). Sum of RGB (Red+Green+Blue) = 219+48+148=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3094 is #24CF6B. Grayscale: #6E6E6E. Windows color (decimal): -2412396 or 9711835. OLE color: 9711835.

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

Color convert

RGB 219 48 148 -
CMYK 0 0.78 0.32 0.14
HSL 324.91º 0.7% 0.52% -
HSV(B) 324.91º 0.78% 0.86% -
XYZ 35.62 19.31 29.87 -
YUV 110.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 219 48 148 0 0.78 0.32 0.14 324.91 0.7 0.52
Hex DB 30 94 0 4E 20 E 145 46 34
Octal 333 60 224 0 116 40 16 505 106 64
Binary 11011011 110000 10010100 0 1001110 100000 1110 101000101 1000110 110100

Color Harmonies of #DB3094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3094

Black with #DB3094

Text Example


Text Example

White with #DB3094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3094; }

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

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

background-color css

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

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

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

border-color css

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

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

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