Html Css Color HEX #DB3093 Deep Cerise

📋 copy color: '#DB3093'

red 219 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #DB3093

Tints of Deep Cerise #DB3093

RGB

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

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

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

R = 52.9%
G = 11.59%
B = 35.51%

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

#DB3093 (or 0xDB3093) is known color: Deep Cerise. HEX triplet: DB, 30 and 93. RGB value is (219,48,147). Sum of RGB (Red+Green+Blue) = 219+48+147=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3093 is #24CF6C. Grayscale: #6E6E6E. Windows color (decimal): -2412397 or 9646299. OLE color: 9646299.

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

Color convert

RGB 219 48 147 -
CMYK 0 0.78 0.33 0.14
HSL 325.26º 0.7% 0.52% -
HSV(B) 325.26º 0.78% 0.86% -
XYZ 35.54 19.28 29.45 -
YUV 110.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 219 48 147 0 0.78 0.33 0.14 325.26 0.7 0.52
Hex DB 30 93 0 4E 21 E 145 46 34
Octal 333 60 223 0 116 41 16 505 106 64
Binary 11011011 110000 10010011 0 1001110 100001 1110 101000101 1000110 110100

Color Harmonies of #DB3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3093

Black with #DB3093

Text Example


Text Example

White with #DB3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3093; }

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

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

background-color css

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

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

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

border-color css

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

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

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