Html Css Color HEX #DB3090 Deep Cerise

📋 copy color: '#DB3090'

red 219 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #DB3090

Tints of Deep Cerise #DB3090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 53.28%
G = 11.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3090 (or 0xDB3090) is known color: Deep Cerise. HEX triplet: DB, 30 and 90. RGB value is (219,48,144). Sum of RGB (Red+Green+Blue) = 219+48+144=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3090 is #24CF6F. Grayscale: #6D6D6D. Windows color (decimal): -2412400 or 9449691. OLE color: 9449691.

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

Color convert

RGB 219 48 144 -
CMYK 0 0.78 0.34 0.14
HSL 326.32º 0.7% 0.52% -
HSV(B) 326.32º 0.78% 0.86% -
XYZ 35.3 19.19 28.23 -
YUV 110.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 219 48 144 0 0.78 0.34 0.14 326.32 0.7 0.52
Hex DB 30 90 0 4E 22 E 146 46 34
Octal 333 60 220 0 116 42 16 506 106 64
Binary 11011011 110000 10010000 0 1001110 100010 1110 101000110 1000110 110100

Color Harmonies of #DB3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3090

Black with #DB3090

Text Example


Text Example

White with #DB3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3090; }

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

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

background-color css

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

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

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

border-color css

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

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

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