Html Css Color HEX #DB0293 Hollywood Cerise

📋 copy color: '#DB0293'

red 219 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #DB0293

Tints of Hollywood Cerise #DB0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 59.51%
G = 0.54%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB0293 (or 0xDB0293) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 93. RGB value is (219,2,147). Sum of RGB (Red+Green+Blue) = 219+2+147=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0293 is #24FD6C. Grayscale: #535353. Windows color (decimal): -2424173 or 9634523. OLE color: 9634523.

HSL color Cylindrical-coordinate representation of color #DB0293: hue angle of 319.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0293 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 147 -
CMYK 0 0.99 0.33 0.14
HSL 319.91º 0.98% 0.43% -
HSV(B) 319.91º 0.99% 0.86% -
XYZ 34.5 17.21 29.11 -
YUV 83.41 163.89 224.71 -
System Red Green Blue C M Y K H S L
Decimal 219 2 147 0 0.99 0.33 0.14 319.91 0.98 0.43
Hex DB 2 93 0 63 21 E 140 62 2B
Octal 333 2 223 0 143 41 16 500 142 53
Binary 11011011 10 10010011 0 1100011 100001 1110 101000000 1100010 101011

Color Harmonies of #DB0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0293

Black with #DB0293

Text Example


Text Example

White with #DB0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0293; }

 p { color: rgb(219,2,147); }

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

background-color css

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

 a { background-color: rgb(219,2,147); }

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

border-color css

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

 span { border-color: rgb(219,2,147); }

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