Html Css Color HEX #D10FD8 Deep Magenta

📋 copy color: '#D10FD8'

red 209 ◦ green 15 ◦ blue 216

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

Shades of Deep Magenta #D10FD8

Tints of Deep Magenta #D10FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 47.5%
G = 3.41%
B = 49.09%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D10FD8 (or 0xD10FD8) is known color: Deep Magenta. HEX triplet: D1, 0F and D8. RGB value is (209,15,216). Sum of RGB (Red+Green+Blue) = 209+15+216=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #D10FD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FD8 is #2EF027. Grayscale: #5F5F5F. Windows color (decimal): -3076136 or 14159825. OLE color: 14159825.

HSL color Cylindrical-coordinate representation of color #D10FD8: hue angle of 297.91º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FD8 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 15 216 -
CMYK 0.03 0.93 0 0.15
HSL 297.91º 0.87% 0.45% -
HSV(B) 297.91º 0.93% 0.85% -
XYZ 38.86 18.85 66.56 -
YUV 95.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 209 15 216 0.03 0.93 0 0.15 297.91 0.87 0.45
Hex D1 F D8 3 5D 0 F 12A 57 2D
Octal 321 17 330 3 135 0 17 452 127 55
Binary 11010001 1111 11011000 11 1011101 0 1111 100101010 1010111 101101

Color Harmonies of #D10FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FD8

Black with #D10FD8

Text Example


Text Example

White with #D10FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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