Html Css Color HEX #DB3075 Deep Cerise

📋 copy color: '#DB3075'

red 219 ◦ green 48 ◦ blue 117

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

Shades of Deep Cerise #DB3075

Tints of Deep Cerise #DB3075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 57.03%
G = 12.5%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3075 (or 0xDB3075) is known color: Deep Cerise. HEX triplet: DB, 30 and 75. RGB value is (219,48,117). Sum of RGB (Red+Green+Blue) = 219+48+117=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3075 is #24CF8A. Grayscale: #6A6A6A. Windows color (decimal): -2412427 or 7680219. OLE color: 7680219.

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

Color convert

RGB 219 48 117 -
CMYK 0 0.78 0.47 0.14
HSL 335.79º 0.7% 0.52% -
HSV(B) 335.79º 0.78% 0.86% -
XYZ 33.48 18.46 18.63 -
YUV 107 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 219 48 117 0 0.78 0.47 0.14 335.79 0.7 0.52
Hex DB 30 75 0 4E 2F E 150 46 34
Octal 333 60 165 0 116 57 16 520 106 64
Binary 11011011 110000 1110101 0 1001110 101111 1110 101010000 1000110 110100

Color Harmonies of #DB3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3075

Black with #DB3075

Text Example


Text Example

White with #DB3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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