Html Css Color HEX #DB0190 Hollywood Cerise

📋 copy color: '#DB0190'

red 219 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #DB0190

Tints of Hollywood Cerise #DB0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 60.16%
G = 0.27%
B = 39.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0190 (or 0xDB0190) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 90. RGB value is (219,1,144). Sum of RGB (Red+Green+Blue) = 219+1+144=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0190 is #24FE6F. Grayscale: #525252. Windows color (decimal): -2424432 or 9437659. OLE color: 9437659.

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

Color convert

RGB 219 1 144 -
CMYK 0 1.00 0.34 0.14
HSL 320.64º 0.99% 0.43% -
HSV(B) 320.64º 1% 0.86% -
XYZ 34.26 17.1 27.88 -
YUV 82.48 162.72 225.37 -
System Red Green Blue C M Y K H S L
Decimal 219 1 144 0 1.00 0.34 0.14 320.64 0.99 0.43
Hex DB 1 90 0 64 22 E 141 63 2B
Octal 333 1 220 0 144 42 16 501 143 53
Binary 11011011 1 10010000 0 1100100 100010 1110 101000001 1100011 101011

Color Harmonies of #DB0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0190

Black with #DB0190

Text Example


Text Example

White with #DB0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0190; }

 p { color: rgb(219,1,144); }

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

background-color css

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

 a { background-color: rgb(219,1,144); }

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

border-color css

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

 span { border-color: rgb(219,1,144); }

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