Html Css Color HEX #DB0696 Hollywood Cerise

📋 copy color: '#DB0696'

red 219 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #DB0696

Tints of Hollywood Cerise #DB0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 58.4%
G = 1.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0696 (or 0xDB0696) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 96. RGB value is (219,6,150). Sum of RGB (Red+Green+Blue) = 219+6+150=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0696 is #24F969. Grayscale: #555555. Windows color (decimal): -2423146 or 9832155. OLE color: 9832155.

HSL color Cylindrical-coordinate representation of color #DB0696: hue angle of 319.44º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0696 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 150 -
CMYK 0 0.97 0.32 0.14
HSL 319.44º 0.95% 0.44% -
HSV(B) 319.44º 0.97% 0.86% -
XYZ 34.78 17.39 30.38 -
YUV 86.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 219 6 150 0 0.97 0.32 0.14 319.44 0.95 0.44
Hex DB 6 96 0 61 20 E 13F 5F 2C
Octal 333 6 226 0 141 40 16 477 137 54
Binary 11011011 110 10010110 0 1100001 100000 1110 100111111 1011111 101100

Color Harmonies of #DB0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0696

Black with #DB0696

Text Example


Text Example

White with #DB0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0696; }

 p { color: rgb(219,6,150); }

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

background-color css

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

 a { background-color: rgb(219,6,150); }

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

border-color css

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

 span { border-color: rgb(219,6,150); }

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