Html Css Color HEX #D10FBA Deep Magenta

📋 copy color: '#D10FBA'

red 209 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #D10FBA

Tints of Deep Magenta #D10FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 50.98%
G = 3.66%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D10FBA (or 0xD10FBA) is known color: Deep Magenta. HEX triplet: D1, 0F and BA. RGB value is (209,15,186). Sum of RGB (Red+Green+Blue) = 209+15+186=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FBA is #2EF045. Grayscale: #5C5C5C. Windows color (decimal): -3076166 or 12193745. OLE color: 12193745.

HSL color Cylindrical-coordinate representation of color #D10FBA: hue angle of 307.11º 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 #D10FBA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 186 -
CMYK 0 0.93 0.11 0.18
HSL 307.11º 0.87% 0.44% -
HSV(B) 307.11º 0.93% 0.82% -
XYZ 35.33 17.44 47.96 -
YUV 92.5 180.77 211.1 -
System Red Green Blue C M Y K H S L
Decimal 209 15 186 0 0.93 0.11 0.18 307.11 0.87 0.44
Hex D1 F BA 0 5D B 12 133 57 2C
Octal 321 17 272 0 135 13 22 463 127 54
Binary 11010001 1111 10111010 0 1011101 1011 10010 100110011 1010111 101100

Color Harmonies of #D10FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FBA

Black with #D10FBA

Text Example


Text Example

White with #D10FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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