Html Css Color HEX #D10FAB Deep Magenta

📋 copy color: '#D10FAB'

red 209 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #D10FAB

Tints of Deep Magenta #D10FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 52.91%
G = 3.8%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D10FAB (or 0xD10FAB) is known color: Deep Magenta. HEX triplet: D1, 0F and AB. RGB value is (209,15,171). Sum of RGB (Red+Green+Blue) = 209+15+171=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10FAB is #2EF054. Grayscale: #5A5A5A. Windows color (decimal): -3076181 or 11210705. OLE color: 11210705.

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

Color convert

RGB 209 15 171 -
CMYK 0 0.93 0.18 0.18
HSL 311.75º 0.87% 0.44% -
HSV(B) 311.75º 0.93% 0.82% -
XYZ 33.82 16.84 40 -
YUV 90.79 173.27 212.32 -
System Red Green Blue C M Y K H S L
Decimal 209 15 171 0 0.93 0.18 0.18 311.75 0.87 0.44
Hex D1 F AB 0 5D 12 12 138 57 2C
Octal 321 17 253 0 135 22 22 470 127 54
Binary 11010001 1111 10101011 0 1011101 10010 10010 100111000 1010111 101100

Color Harmonies of #D10FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FAB

Black with #D10FAB

Text Example


Text Example

White with #D10FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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