Html Css Color HEX #DB3095 Deep Cerise

📋 copy color: '#DB3095'

red 219 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #DB3095

Tints of Deep Cerise #DB3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 52.64%
G = 11.54%
B = 35.82%

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

#DB3095 (or 0xDB3095) is known color: Deep Cerise. HEX triplet: DB, 30 and 95. RGB value is (219,48,149). Sum of RGB (Red+Green+Blue) = 219+48+149=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3095 is #24CF6A. Grayscale: #6E6E6E. Windows color (decimal): -2412395 or 9777371. OLE color: 9777371.

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

Color convert

RGB 219 48 149 -
CMYK 0 0.78 0.32 0.14
HSL 324.56º 0.7% 0.52% -
HSV(B) 324.56º 0.78% 0.86% -
XYZ 35.7 19.34 30.29 -
YUV 110.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 219 48 149 0 0.78 0.32 0.14 324.56 0.7 0.52
Hex DB 30 95 0 4E 20 E 145 46 34
Octal 333 60 225 0 116 40 16 505 106 64
Binary 11011011 110000 10010101 0 1001110 100000 1110 101000101 1000110 110100

Color Harmonies of #DB3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3095

Black with #DB3095

Text Example


Text Example

White with #DB3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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