Html Css Color HEX #D10DDA Deep Magenta

📋 copy color: '#D10DDA'

red 209 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #D10DDA

Tints of Deep Magenta #D10DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 47.5%
G = 2.95%
B = 49.55%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D10DDA (or 0xD10DDA) is known color: Deep Magenta. HEX triplet: D1, 0D and DA. RGB value is (209,13,218). Sum of RGB (Red+Green+Blue) = 209+13+218=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #D10DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DDA is #2EF225. Grayscale: #5E5E5E. Windows color (decimal): -3076646 or 14290385. OLE color: 14290385.

HSL color Cylindrical-coordinate representation of color #D10DDA: hue angle of 297.37º 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 #D10DDA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 13 218 -
CMYK 0.04 0.94 0 0.15
HSL 297.37º 0.89% 0.45% -
HSV(B) 297.37º 0.94% 0.85% -
XYZ 39.09 18.91 67.92 -
YUV 94.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 209 13 218 0.04 0.94 0 0.15 297.37 0.89 0.45
Hex D1 D DA 4 5E 0 F 129 59 2D
Octal 321 15 332 4 136 0 17 451 131 55
Binary 11010001 1101 11011010 100 1011110 0 1111 100101001 1011001 101101

Color Harmonies of #D10DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DDA

Black with #D10DDA

Text Example


Text Example

White with #D10DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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