#DB0694

Color #DB0694 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DB0694

Tints of Hollywood Cerise #DB0694

Color information

#DB0694 (or 0xDB0694) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 06 and 94. RGB value is (219,6,148). Sum of RGB (Red+Green+Blue) = 219+6+148=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0694 is #24F96B. Grayscale: #555555. Windows color (decimal): -2423148 or 9701083. OLE color: 9701083.

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

Color convert

RGB2196148-
CMYK00.970.320.14
HSL320º94.67%44.12%-
HSV(B)320º97.26%85.88%-
XYZ34.6217.3329.54-
YUV85.88163.07222.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=58.71%
G=1.61%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219614800.970.320.1432094.6744.12
HexDB69406120E1405f2c
Octal33362240141401650013754
Binary11011011110100101000110000110000011101010000001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0694; }

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

 H1.HeaderClassName
 {
   color: #DB0694;
 }
 .AnyTagClassName
 {
   color: #DB0694;
 }
</style>
background-color css

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

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

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

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

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

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