Html Css Color HEX #D10ADE Deep Magenta

📋 copy color: '#D10ADE'

red 209 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #D10ADE

Tints of Deep Magenta #D10ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 47.39%
G = 2.27%
B = 50.34%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D10ADE (or 0xD10ADE) is known color: Deep Magenta. HEX triplet: D1, 0A and DE. RGB value is (209,10,222). Sum of RGB (Red+Green+Blue) = 209+10+222=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #D10ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ADE is #2EF521. Grayscale: #5D5D5D. Windows color (decimal): -3077410 or 14551761. OLE color: 14551761.

HSL color Cylindrical-coordinate representation of color #D10ADE: hue angle of 296.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10ADE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 10 222 -
CMYK 0.06 0.95 0 0.13
HSL 296.32º 0.91% 0.45% -
HSV(B) 296.32º 0.95% 0.87% -
XYZ 39.59 19.05 70.7 -
YUV 93.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 209 10 222 0.06 0.95 0 0.13 296.32 0.91 0.45
Hex D1 A DE 6 5F 0 D 128 5B 2D
Octal 321 12 336 6 137 0 15 450 133 55
Binary 11010001 1010 11011110 110 1011111 0 1101 100101000 1011011 101101

Color Harmonies of #D10ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10ADE

Black with #D10ADE

Text Example


Text Example

White with #D10ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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