Html Css Color HEX #D10FDA Deep Magenta

📋 copy color: '#D10FDA'

red 209 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #D10FDA

Tints of Deep Magenta #D10FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

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

R = 47.29%
G = 3.39%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D10FDA (or 0xD10FDA) is known color: Deep Magenta. HEX triplet: D1, 0F and DA. RGB value is (209,15,218). Sum of RGB (Red+Green+Blue) = 209+15+218=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #D10FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FDA is #2EF025. Grayscale: #5F5F5F. Windows color (decimal): -3076134 or 14290897. OLE color: 14290897.

HSL color Cylindrical-coordinate representation of color #D10FDA: hue angle of 297.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FDA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 15 218 -
CMYK 0.04 0.93 0 0.15
HSL 297.34º 0.87% 0.46% -
HSV(B) 297.34º 0.93% 0.85% -
XYZ 39.12 18.96 67.93 -
YUV 96.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 209 15 218 0.04 0.93 0 0.15 297.34 0.87 0.46
Hex D1 F DA 4 5D 0 F 129 57 2E
Octal 321 17 332 4 135 0 17 451 127 56
Binary 11010001 1111 11011010 100 1011101 0 1111 100101001 1010111 101110

Color Harmonies of #D10FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FDA

Black with #D10FDA

Text Example


Text Example

White with #D10FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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