#DA09A4

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

Shades of Hollywood Cerise #DA09A4

Tints of Hollywood Cerise #DA09A4

Color information

#DA09A4 (or 0xDA09A4) is unknown color: approx Hollywood Cerise. HEX triplet: DA, 09 and A4. RGB value is (218,9,164). Sum of RGB (Red+Green+Blue) = 218+9+164=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09A4 is #25F65B. Grayscale: #585858. Windows color (decimal): -2487900 or 10750426. OLE color: 10750426.

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

Color convert

RGB2189164-
CMYK00.960.250.15
HSL315.5º92.07%44.51%-
HSV(B)315.5º95.87%85.49%-
XYZ35.7117.7836.67-
YUV89.16170.24219.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=55.75%
G=2.30%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218916400.960.250.15315.592.0744.51
HexDA9A406019F13c5c2d
Octal332112440140311747413455
Binary11011010100110100100011000001100111111001111001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA09A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA09A4; }

 p { color: rgb(218,9,164); }

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

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

 a { background-color: rgb(218,9,164); }

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

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

 span { border-color: rgb(218,9,164); }

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