Html Css Color HEX #D10DBF Deep Magenta

📋 copy color: '#D10DBF'

red 209 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #D10DBF

Tints of Deep Magenta #D10DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 50.61%
G = 3.15%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D10DBF (or 0xD10DBF) is known color: Deep Magenta. HEX triplet: D1, 0D and BF. RGB value is (209,13,191). Sum of RGB (Red+Green+Blue) = 209+13+191=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DBF is #2EF240. Grayscale: #5B5B5B. Windows color (decimal): -3076673 or 12520913. OLE color: 12520913.

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

Color convert

RGB 209 13 191 -
CMYK 0 0.94 0.09 0.18
HSL 305.51º 0.88% 0.44% -
HSV(B) 305.51º 0.94% 0.82% -
XYZ 35.84 17.6 50.8 -
YUV 91.9 183.93 211.53 -
System Red Green Blue C M Y K H S L
Decimal 209 13 191 0 0.94 0.09 0.18 305.51 0.88 0.44
Hex D1 D BF 0 5E 9 12 132 58 2C
Octal 321 15 277 0 136 11 22 462 130 54
Binary 11010001 1101 10111111 0 1011110 1001 10010 100110010 1011000 101100

Color Harmonies of #D10DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DBF

Black with #D10DBF

Text Example


Text Example

White with #D10DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DBF; }

 p { color: rgb(209,13,191); }

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

background-color css

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

 a { background-color: rgb(209,13,191); }

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

border-color css

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

 span { border-color: rgb(209,13,191); }

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