Html Css Color HEX #DB3097 Deep Cerise

📋 copy color: '#DB3097'

red 219 ◦ green 48 ◦ blue 151

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

Shades of Deep Cerise #DB3097

Tints of Deep Cerise #DB3097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 52.39%
G = 11.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3097 (or 0xDB3097) is known color: Deep Cerise. HEX triplet: DB, 30 and 97. RGB value is (219,48,151). Sum of RGB (Red+Green+Blue) = 219+48+151=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3097 is #24CF68. Grayscale: #6E6E6E. Windows color (decimal): -2412393 or 9908443. OLE color: 9908443.

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

Color convert

RGB 219 48 151 -
CMYK 0 0.78 0.31 0.14
HSL 323.86º 0.7% 0.52% -
HSV(B) 323.86º 0.78% 0.86% -
XYZ 35.86 19.41 31.13 -
YUV 110.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 219 48 151 0 0.78 0.31 0.14 323.86 0.7 0.52
Hex DB 30 97 0 4E 1F E 144 46 34
Octal 333 60 227 0 116 37 16 504 106 64
Binary 11011011 110000 10010111 0 1001110 11111 1110 101000100 1000110 110100

Color Harmonies of #DB3097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3097

Black with #DB3097

Text Example


Text Example

White with #DB3097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3097; }

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

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

background-color css

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

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

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

border-color css

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

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

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