#D713A5

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

Shades of Hollywood Cerise #D713A5

Tints of Hollywood Cerise #D713A5

Color information

#D713A5 (or 0xD713A5) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 13 and A5. RGB value is (215,19,165). Sum of RGB (Red+Green+Blue) = 215+19+165=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D713A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713A5 is #28EC5A. Grayscale: #5D5D5D. Windows color (decimal): -2681947 or 10818519. OLE color: 10818519.

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

Color convert

RGB21519165-
CMYK00.910.230.16
HSL315.31º83.76%45.88%-
HSV(B)315.31º91.16%84.31%-
XYZ35.0517.6337.15-
YUV94.25167.93214.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 19 (7.81% from 255) = 4.76%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=53.88%
G=4.76%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151916500.910.230.16315.3183.7645.88
HexD713A505B171013b542e
Octal327232450133272047312456
Binary1101011110011101001010101101110111100001001110111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D713A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D713A5; }

 p { color: rgb(215,19,165); }

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

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

 a { background-color: rgb(215,19,165); }

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

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

 span { border-color: rgb(215,19,165); }

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