#DA17A4

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

Shades of Hollywood Cerise #DA17A4

Tints of Hollywood Cerise #DA17A4

Color information

#DA17A4 (or 0xDA17A4) is unknown color: approx Hollywood Cerise. HEX triplet: DA, 17 and A4. RGB value is (218,23,164). Sum of RGB (Red+Green+Blue) = 218+23+164=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17A4 is #25E85B. Grayscale: #616161. Windows color (decimal): -2484316 or 10754010. OLE color: 10754010.

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

Color convert

RGB21823164-
CMYK00.890.250.15
HSL316.62º80.91%47.25%-
HSV(B)316.62º89.45%85.49%-
XYZ35.9218.236.74-
YUV97.38165.6214.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 23 (9.38% from 255) = 5.68%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=53.83%
G=5.68%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182316400.890.250.15316.6280.9147.25
HexDA17A405919F13d512f
Octal332272440131311747512157
Binary110110101011110100100010110011100111111001111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA17A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA17A4; }

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

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

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

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

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

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

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

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