Html Css Color HEX #D10FDD Deep Magenta

📋 copy color: '#D10FDD'

red 209 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #D10FDD

Tints of Deep Magenta #D10FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 46.97%
G = 3.37%
B = 49.66%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D10FDD (or 0xD10FDD) is known color: Deep Magenta. HEX triplet: D1, 0F and DD. RGB value is (209,15,221). Sum of RGB (Red+Green+Blue) = 209+15+221=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #D10FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FDD is #2EF022. Grayscale: #5F5F5F. Windows color (decimal): -3076131 or 14487505. OLE color: 14487505.

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

Color convert

RGB 209 15 221 -
CMYK 0.05 0.93 0 0.13
HSL 296.5º 0.87% 0.46% -
HSV(B) 296.5º 0.93% 0.87% -
XYZ 39.52 19.12 70.01 -
YUV 96.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 209 15 221 0.05 0.93 0 0.13 296.5 0.87 0.46
Hex D1 F DD 5 5D 0 D 129 57 2E
Octal 321 17 335 5 135 0 15 451 127 56
Binary 11010001 1111 11011101 101 1011101 0 1101 100101001 1010111 101110

Color Harmonies of #D10FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FDD

Black with #D10FDD

Text Example


Text Example

White with #D10FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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