#D80FA7

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

Shades of Hollywood Cerise #D80FA7

Tints of Hollywood Cerise #D80FA7

Color information

#D80FA7 (or 0xD80FA7) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 0F and A7. RGB value is (216,15,167). Sum of RGB (Red+Green+Blue) = 216+15+167=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FA7 is #27F058. Grayscale: #5C5C5C. Windows color (decimal): -2617433 or 10948568. OLE color: 10948568.

HSL color Cylindrical-coordinate representation of color #D80FA7: hue angle of 314.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FA7 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21615167-
CMYK00.930.230.15
HSL314.63º87.01%45.29%-
HSV(B)314.63º93.06%84.71%-
XYZ35.4617.7338.11-
YUV92.43170.09216.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.27%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=54.27%
G=3.77%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161516700.930.230.15314.6387.0145.29
HexD8FA705D17F13b572d
Octal330172470135271747312755
Binary11011000111110100111010111011011111111001110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80FA7; }

 p { color: rgb(216,15,167); }

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

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

 a { background-color: rgb(216,15,167); }

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

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

 span { border-color: rgb(216,15,167); }

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