Html Css Color HEX #DB0094 Hollywood Cerise

📋 copy color: '#DB0094'

red 219 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #DB0094

Tints of Hollywood Cerise #DB0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 59.67%
G = 0%
B = 40.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0094 (or 0xDB0094) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 94. RGB value is (219,0,148). Sum of RGB (Red+Green+Blue) = 219+0+148=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0094 is #24FF6B. Grayscale: #515151. Windows color (decimal): -2424684 or 9699547. OLE color: 9699547.

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

Color convert

RGB 219 0 148 -
CMYK 0 1 0.32 0.14
HSL 319.45º 1% 0.43% -
HSV(B) 319.45º 1% 0.86% -
XYZ 34.56 17.2 29.52 -
YUV 82.35 165.05 225.47 -
System Red Green Blue C M Y K H S L
Decimal 219 0 148 0 1 0.32 0.14 319.45 1 0.43
Hex DB 0 94 0 64 20 E 13F 64 2B
Octal 333 0 224 0 144 40 16 477 144 53
Binary 11011011 0 10010100 0 1100100 100000 1110 100111111 1100100 101011

Color Harmonies of #DB0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0094

Black with #DB0094

Text Example


Text Example

White with #DB0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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