Html Css Color HEX #DB0090 Hollywood Cerise

📋 copy color: '#DB0090'

red 219 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #DB0090

Tints of Hollywood Cerise #DB0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.33%
G = 0%
B = 39.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0090 (or 0xDB0090) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 90. RGB value is (219,0,144). Sum of RGB (Red+Green+Blue) = 219+0+144=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0090 is #24FF6F. Grayscale: #515151. Windows color (decimal): -2424688 or 9437403. OLE color: 9437403.

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

Color convert

RGB 219 0 144 -
CMYK 0 1 0.34 0.14
HSL 320.55º 1% 0.43% -
HSV(B) 320.55º 1% 0.86% -
XYZ 34.25 17.07 27.88 -
YUV 81.9 163.05 225.79 -
System Red Green Blue C M Y K H S L
Decimal 219 0 144 0 1 0.34 0.14 320.55 1 0.43
Hex DB 0 90 0 64 22 E 141 64 2B
Octal 333 0 220 0 144 42 16 501 144 53
Binary 11011011 0 10010000 0 1100100 100010 1110 101000001 1100100 101011

Color Harmonies of #DB0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0090

Black with #DB0090

Text Example


Text Example

White with #DB0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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