#D103A7

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

Shades of Hollywood Cerise #D103A7

Tints of Hollywood Cerise #D103A7

Color information

#D103A7 (or 0xD103A7) is unknown color: approx Hollywood Cerise. HEX triplet: D1, 03 and A7. RGB value is (209,3,167). Sum of RGB (Red+Green+Blue) = 209+3+167=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D103A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103A7 is #2EFC58. Grayscale: #525252. Windows color (decimal): -3079257 or 10945489. OLE color: 10945489.

HSL color Cylindrical-coordinate representation of color #D103A7: hue angle of 312.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103A7 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB2093167-
CMYK00.990.200.18
HSL312.23º97.17%41.57%-
HSV(B)312.23º98.56%81.96%-
XYZ33.316.4137.97-
YUV83.29175.25217.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=55.15%
G=0.79%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209316700.990.200.18312.2397.1741.57
HexD13A70631412138612a
Octal32132470143242247014152
Binary1101000111101001110110001110100100101001110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D103A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D103A7; }

 p { color: rgb(209,3,167); }

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

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

 a { background-color: rgb(209,3,167); }

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

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

 span { border-color: rgb(209,3,167); }

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