#D300A8

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

Shades of Hollywood Cerise #D300A8

Tints of Hollywood Cerise #D300A8

Color information

#D300A8 (or 0xD300A8) is unknown color: approx Hollywood Cerise. HEX triplet: D3, 00 and A8. RGB value is (211,0,168). Sum of RGB (Red+Green+Blue) = 211+0+168=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D300A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D300A8 is #2CFF57. Grayscale: #515151. Windows color (decimal): -2948952 or 11010259. OLE color: 11010259.

HSL color Cylindrical-coordinate representation of color #D300A8: hue angle of 312.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300A8 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB2110168-
CMYK010.200.17
HSL312.23º100%41.37%-
HSV(B)312.23º100%82.75%-
XYZ33.9316.6838.48-
YUV82.24176.4219.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 44.33%
R=55.67%
G=0%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2110168010.200.17312.2310041.37
HexD30A806414111386429
Octal32302500144242147014451
Binary110100110101010000110010010100100011001110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D300A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D300A8; }

 p { color: rgb(211,0,168); }

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

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

 a { background-color: rgb(211,0,168); }

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

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

 span { border-color: rgb(211,0,168); }

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