Html Css Color HEX #D10FAF Deep Magenta

📋 copy color: '#D10FAF'

red 209 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #D10FAF

Tints of Deep Magenta #D10FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 52.38%
G = 3.76%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D10FAF (or 0xD10FAF) is known color: Deep Magenta. HEX triplet: D1, 0F and AF. RGB value is (209,15,175). Sum of RGB (Red+Green+Blue) = 209+15+175=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10FAF is #2EF050. Grayscale: #5A5A5A. Windows color (decimal): -3076177 or 11472849. OLE color: 11472849.

HSL color Cylindrical-coordinate representation of color #D10FAF: hue angle of 310.52º 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 #D10FAF is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 175 -
CMYK 0 0.93 0.16 0.18
HSL 310.52º 0.87% 0.44% -
HSV(B) 310.52º 0.93% 0.82% -
XYZ 34.2 16.99 42.03 -
YUV 91.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 209 15 175 0 0.93 0.16 0.18 310.52 0.87 0.44
Hex D1 F AF 0 5D 10 12 137 57 2C
Octal 321 17 257 0 135 20 22 467 127 54
Binary 11010001 1111 10101111 0 1011101 10000 10010 100110111 1010111 101100

Color Harmonies of #D10FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FAF

Black with #D10FAF

Text Example


Text Example

White with #D10FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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