Html Css Color HEX #D10FCF Deep Magenta

📋 copy color: '#D10FCF'

red 209 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #D10FCF

Tints of Deep Magenta #D10FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 48.49%
G = 3.48%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D10FCF (or 0xD10FCF) is known color: Deep Magenta. HEX triplet: D1, 0F and CF. RGB value is (209,15,207). Sum of RGB (Red+Green+Blue) = 209+15+207=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FCF is #2EF030. Grayscale: #5E5E5E. Windows color (decimal): -3076145 or 13570001. OLE color: 13570001.

HSL color Cylindrical-coordinate representation of color #D10FCF: hue angle of 300.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FCF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 207 -
CMYK 0 0.93 0.01 0.18
HSL 300.62º 0.87% 0.44% -
HSV(B) 300.62º 0.93% 0.82% -
XYZ 37.73 18.4 60.59 -
YUV 94.89 191.27 209.39 -
System Red Green Blue C M Y K H S L
Decimal 209 15 207 0 0.93 0.01 0.18 300.62 0.87 0.44
Hex D1 F CF 0 5D 1 12 12D 57 2C
Octal 321 17 317 0 135 1 22 455 127 54
Binary 11010001 1111 11001111 0 1011101 1 10010 100101101 1010111 101100

Color Harmonies of #D10FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FCF

Black with #D10FCF

Text Example


Text Example

White with #D10FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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