Html Css Color HEX #D10DAF Deep Magenta

📋 copy color: '#D10DAF'

red 209 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #D10DAF

Tints of Deep Magenta #D10DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 52.64%
G = 3.27%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D10DAF (or 0xD10DAF) is known color: Deep Magenta. HEX triplet: D1, 0D and AF. RGB value is (209,13,175). Sum of RGB (Red+Green+Blue) = 209+13+175=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DAF is #2EF250. Grayscale: #595959. Windows color (decimal): -3076689 or 11472337. OLE color: 11472337.

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

Color convert

RGB 209 13 175 -
CMYK 0 0.94 0.16 0.18
HSL 310.41º 0.88% 0.44% -
HSV(B) 310.41º 0.94% 0.82% -
XYZ 34.18 16.94 42.03 -
YUV 90.07 175.93 212.83 -
System Red Green Blue C M Y K H S L
Decimal 209 13 175 0 0.94 0.16 0.18 310.41 0.88 0.44
Hex D1 D AF 0 5E 10 12 136 58 2C
Octal 321 15 257 0 136 20 22 466 130 54
Binary 11010001 1101 10101111 0 1011110 10000 10010 100110110 1011000 101100

Color Harmonies of #D10DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DAF

Black with #D10DAF

Text Example


Text Example

White with #D10DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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