Html Css Color HEX #DB3098 Deep Cerise

📋 copy color: '#DB3098'

red 219 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #DB3098

Tints of Deep Cerise #DB3098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.28%

R = 52.27%
G = 11.46%
B = 36.28%

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

#DB3098 (or 0xDB3098) is known color: Deep Cerise. HEX triplet: DB, 30 and 98. RGB value is (219,48,152). Sum of RGB (Red+Green+Blue) = 219+48+152=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3098 is #24CF67. Grayscale: #6E6E6E. Windows color (decimal): -2412392 or 9973979. OLE color: 9973979.

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

Color convert

RGB 219 48 152 -
CMYK 0 0.78 0.31 0.14
HSL 323.51º 0.7% 0.52% -
HSV(B) 323.51º 0.78% 0.86% -
XYZ 35.94 19.44 31.56 -
YUV 110.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 219 48 152 0 0.78 0.31 0.14 323.51 0.7 0.52
Hex DB 30 98 0 4E 1F E 144 46 34
Octal 333 60 230 0 116 37 16 504 106 64
Binary 11011011 110000 10011000 0 1001110 11111 1110 101000100 1000110 110100

Color Harmonies of #DB3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3098

Black with #DB3098

Text Example


Text Example

White with #DB3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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