Html Css Color HEX #D10FAC Deep Magenta

📋 copy color: '#D10FAC'

red 209 ◦ green 15 ◦ blue 172

#D10FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D10FAC

Tints of Deep Magenta #D10FAC

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

 GREEN value IS 15 (6.25% from 255) = 3.79%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 52.78%
G = 3.79%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D10FAC (or 0xD10FAC) is known color: Deep Magenta. HEX triplet: D1, 0F and AC. RGB value is (209,15,172). Sum of RGB (Red+Green+Blue) = 209+15+172=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10FAC is #2EF053. Grayscale: #5A5A5A. Windows color (decimal): -3076180 or 11276241. OLE color: 11276241.

HSL color Cylindrical-coordinate representation of color #D10FAC: hue angle of 311.44º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FAC is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 172 -
CMYK 0 0.93 0.18 0.18
HSL 311.44º 0.87% 0.44% -
HSV(B) 311.44º 0.93% 0.82% -
XYZ 33.91 16.88 40.5 -
YUV 90.9 173.77 212.23 -
System Red Green Blue C M Y K H S L
Decimal 209 15 172 0 0.93 0.18 0.18 311.44 0.87 0.44
Hex D1 F AC 0 5D 12 12 137 57 2C
Octal 321 17 254 0 135 22 22 467 127 54
Binary 11010001 1111 10101100 0 1011101 10010 10010 100110111 1010111 101100

Color Harmonies of #D10FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FAC

Black with #D10FAC

Text Example


Text Example

White with #D10FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FAC; }

 p { color: rgb(209,15,172); }

 H1.HeaderClassName
 {
   color: #D10FAC;
 }
 .AnyTagClassName
 {
   color: #D10FAC;
 }
</style>

background-color css

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

 a { background-color: rgb(209,15,172); }

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

border-color css

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

 span { border-color: rgb(209,15,172); }

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