#DA13A9

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

Shades of Hollywood Cerise #DA13A9

Tints of Hollywood Cerise #DA13A9

Color information

#DA13A9 (or 0xDA13A9) is unknown color: approx Hollywood Cerise. HEX triplet: DA, 13 and A9. RGB value is (218,19,169). Sum of RGB (Red+Green+Blue) = 218+19+169=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA13A9 is #25EC56. Grayscale: #5F5F5F. Windows color (decimal): -2485335 or 11080666. OLE color: 11080666.

HSL color Cylindrical-coordinate representation of color #DA13A9: hue angle of 314.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13A9 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21819169-
CMYK00.910.220.15
HSL314.77º83.97%46.47%-
HSV(B)314.77º91.28%85.49%-
XYZ36.3118.2439.14-
YUV95.6169.43215.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.69%
GREEN value IS 19 (7.81% from 255) = 4.68%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=53.69%
G=4.68%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181916900.910.220.15314.7783.9746.47
HexDA13A905B16F13b542e
Octal332232510133261747312456
Binary110110101001110101001010110111011011111001110111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA13A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA13A9; }

 p { color: rgb(218,19,169); }

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

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

 a { background-color: rgb(218,19,169); }

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

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

 span { border-color: rgb(218,19,169); }

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