#D517AD

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

Shades of Hollywood Cerise #D517AD

Tints of Hollywood Cerise #D517AD

Color information

#D517AD (or 0xD517AD) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 17 and AD. RGB value is (213,23,173). Sum of RGB (Red+Green+Blue) = 213+23+173=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D517AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D517AD is #2AE852. Grayscale: #606060. Windows color (decimal): -2811987 or 11343829. OLE color: 11343829.

HSL color Cylindrical-coordinate representation of color #D517AD: hue angle of 312.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D517AD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21323173-
CMYK00.890.190.16
HSL312.63º80.51%46.27%-
HSV(B)312.63º89.2%83.53%-
XYZ35.2917.7841.11-
YUV96.91170.95210.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 23 (9.38% from 255) = 5.62%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=52.08%
G=5.62%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132317300.890.190.16312.6380.5146.27
HexD517AD0591310139512e
Octal325272550131232047112156
Binary1101010110111101011010101100110011100001001110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D517AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D517AD; }

 p { color: rgb(213,23,173); }

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

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

 a { background-color: rgb(213,23,173); }

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

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

 span { border-color: rgb(213,23,173); }

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