Html Css Color HEX #D10ABD Deep Magenta

📋 copy color: '#D10ABD'

red 209 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #D10ABD

Tints of Deep Magenta #D10ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 51.23%
G = 2.45%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D10ABD (or 0xD10ABD) is known color: Deep Magenta. HEX triplet: D1, 0A and BD. RGB value is (209,10,189). Sum of RGB (Red+Green+Blue) = 209+10+189=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D10ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ABD is #2EF542. Grayscale: #595959. Windows color (decimal): -3077443 or 12389073. OLE color: 12389073.

HSL color Cylindrical-coordinate representation of color #D10ABD: hue angle of 306.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10ABD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 10 189 -
CMYK 0 0.95 0.10 0.18
HSL 306.03º 0.91% 0.43% -
HSV(B) 306.03º 0.95% 0.82% -
XYZ 35.59 17.45 49.64 -
YUV 89.91 183.93 212.95 -
System Red Green Blue C M Y K H S L
Decimal 209 10 189 0 0.95 0.10 0.18 306.03 0.91 0.43
Hex D1 A BD 0 5F A 12 132 5B 2B
Octal 321 12 275 0 137 12 22 462 133 53
Binary 11010001 1010 10111101 0 1011111 1010 10010 100110010 1011011 101011

Color Harmonies of #D10ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10ABD

Black with #D10ABD

Text Example


Text Example

White with #D10ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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