Html Css Color HEX #D10AD5 Deep Magenta

📋 copy color: '#D10AD5'

red 209 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #D10AD5

Tints of Deep Magenta #D10AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 48.38%
G = 2.31%
B = 49.31%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D10AD5 (or 0xD10AD5) is known color: Deep Magenta. HEX triplet: D1, 0A and D5. RGB value is (209,10,213). Sum of RGB (Red+Green+Blue) = 209+10+213=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #D10AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10AD5 is #2EF52A. Grayscale: #5C5C5C. Windows color (decimal): -3077419 or 13961937. OLE color: 13961937.

HSL color Cylindrical-coordinate representation of color #D10AD5: hue angle of 298.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10AD5 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 10 213 -
CMYK 0.02 0.95 0 0.16
HSL 298.82º 0.91% 0.44% -
HSV(B) 298.82º 0.95% 0.84% -
XYZ 38.41 18.58 64.51 -
YUV 92.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 209 10 213 0.02 0.95 0 0.16 298.82 0.91 0.44
Hex D1 A D5 2 5F 0 10 12B 5B 2C
Octal 321 12 325 2 137 0 20 453 133 54
Binary 11010001 1010 11010101 10 1011111 0 10000 100101011 1011011 101100

Color Harmonies of #D10AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AD5

Black with #D10AD5

Text Example


Text Example

White with #D10AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AD5; }

 p { color: rgb(209,10,213); }

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

background-color css

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

 a { background-color: rgb(209,10,213); }

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

border-color css

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

 span { border-color: rgb(209,10,213); }

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