#D102C2

Color #D102C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D102C2

Tints of Deep Magenta #D102C2

Color information

#D102C2 (or 0xD102C2) is unknown color: approx Deep Magenta. HEX triplet: D1, 02 and C2. RGB value is (209,2,194). Sum of RGB (Red+Green+Blue) = 209+2+194=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D102C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102C2 is #2EFD3D. Grayscale: #555555. Windows color (decimal): -3079486 or 12714705. OLE color: 12714705.

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

Color convert

RGB2092194-
CMYK00.990.070.18
HSL304.35º98.1%41.37%-
HSV(B)304.35º99.04%81.96%-
XYZ36.0517.4952.52-
YUV85.78189.08215.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 2 (1.17% from 255) = 0.49%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=51.60%
G=0.49%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209219400.990.070.18304.3598.141.37
HexD12C20637121306229
Octal3212302014372246014251
Binary11010001101100001001100011111100101001100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D102C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D102C2; }

 p { color: rgb(209,2,194); }

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

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

 a { background-color: rgb(209,2,194); }

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

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

 span { border-color: rgb(209,2,194); }

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