Html Css Color HEX #D010AB Deep Magenta

📋 copy color: '#D010AB'

red 208 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #D010AB

Tints of Deep Magenta #D010AB

RGB

 RED value IS 208 (81.64% from 255) = 52.66%

 GREEN value IS 16 (6.64% from 255) = 4.05%

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

R = 52.66%
G = 4.05%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D010AB (or 0xD010AB) is known color: Deep Magenta. HEX triplet: D0, 10 and AB. RGB value is (208,16,171). Sum of RGB (Red+Green+Blue) = 208+16+171=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D010AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010AB is #2FEF54. Grayscale: #5A5A5A. Windows color (decimal): -3141461 or 11210960. OLE color: 11210960.

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

Color convert

RGB 208 16 171 -
CMYK 0 0.92 0.18 0.18
HSL 311.56º 0.86% 0.44% -
HSV(B) 311.56º 0.92% 0.82% -
XYZ 33.55 16.72 39.99 -
YUV 91.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 208 16 171 0 0.92 0.18 0.18 311.56 0.86 0.44
Hex D0 10 AB 0 5C 12 12 138 56 2C
Octal 320 20 253 0 134 22 22 470 126 54
Binary 11010000 10000 10101011 0 1011100 10010 10010 100111000 1010110 101100

Color Harmonies of #D010AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010AB

Black with #D010AB

Text Example


Text Example

White with #D010AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010AB; }

 p { color: rgb(208,16,171); }

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

background-color css

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

 a { background-color: rgb(208,16,171); }

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

border-color css

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

 span { border-color: rgb(208,16,171); }

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