#DA0BAE

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

Shades of Hollywood Cerise #DA0BAE

Tints of Hollywood Cerise #DA0BAE

Color information

#DA0BAE (or 0xDA0BAE) is unknown color: approx Hollywood Cerise. HEX triplet: DA, 0B and AE. RGB value is (218,11,174). Sum of RGB (Red+Green+Blue) = 218+11+174=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0BAE is #25F451. Grayscale: #5B5B5B. Windows color (decimal): -2487378 or 11406298. OLE color: 11406298.

HSL color Cylindrical-coordinate representation of color #DA0BAE: hue angle of 312.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21811174-
CMYK00.950.200.15
HSL312.75º90.39%44.9%-
HSV(B)312.75º94.95%85.49%-
XYZ36.6718.241.62-
YUV91.48174.58218.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.09%
GREEN value IS 11 (4.69% from 255) = 2.73%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=54.09%
G=2.73%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181117400.950.200.15312.7590.3944.9
HexDABAE05F14F1395a2d
Octal332132560137241747113255
Binary11011010101110101110010111111010011111001110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0BAE; }

 p { color: rgb(218,11,174); }

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

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

 a { background-color: rgb(218,11,174); }

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

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

 span { border-color: rgb(218,11,174); }

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