#d510a5

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

Shades of Hollywood Cerise #D510A5

Tints of Hollywood Cerise #D510A5

Color information

#D510A5 (or 0xD510A5) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 10 and A5. RGB value is (213,16,165). Sum of RGB (Red+Green+Blue) = 213+16+165=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D510A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D510A5 is #2AEF5A. Grayscale: #5B5B5B. Windows color (decimal): -2813787 or 10817749. OLE color: 10817749.

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

Color convert

RGB21316165-
CMYK00.920.230.16
HSL314.62º86.03%44.9%-
HSV(B)314.62º92.49%83.53%-
XYZ34.4217.2337.11-
YUV91.89169.27214.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=54.06%
G=4.06%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131616500.920.230.16314.6286.0344.9
HexD510A505C171013b562d
Octal325202450134272047312655
Binary1101010110000101001010101110010111100001001110111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d510a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d510a5; }

 p { color: rgb(213,16,165); }

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

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

 a { background-color: rgb(213,16,165); }

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

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

 span { border-color: rgb(213,16,165); }

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