Html Css Color HEX #D10DD8 Deep Magenta

📋 copy color: '#D10DD8'

red 209 ◦ green 13 ◦ blue 216

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

Shades of Deep Magenta #D10DD8

Tints of Deep Magenta #D10DD8

RGB

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

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

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

R = 47.72%
G = 2.97%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D10DD8 (or 0xD10DD8) is known color: Deep Magenta. HEX triplet: D1, 0D and D8. RGB value is (209,13,216). Sum of RGB (Red+Green+Blue) = 209+13+216=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #D10DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DD8 is #2EF227. Grayscale: #5E5E5E. Windows color (decimal): -3076648 or 14159313. OLE color: 14159313.

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

Color convert

RGB 209 13 216 -
CMYK 0.03 0.94 0 0.15
HSL 297.93º 0.89% 0.45% -
HSV(B) 297.93º 0.94% 0.85% -
XYZ 38.83 18.8 66.55 -
YUV 94.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 209 13 216 0.03 0.94 0 0.15 297.93 0.89 0.45
Hex D1 D D8 3 5E 0 F 12A 59 2D
Octal 321 15 330 3 136 0 17 452 131 55
Binary 11010001 1101 11011000 11 1011110 0 1111 100101010 1011001 101101

Color Harmonies of #D10DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DD8

Black with #D10DD8

Text Example


Text Example

White with #D10DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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