Html Css Color HEX #D010AC Deep Magenta

📋 copy color: '#D010AC'

red 208 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #D010AC

Tints of Deep Magenta #D010AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 52.53%
G = 4.04%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D010AC (or 0xD010AC) is known color: Deep Magenta. HEX triplet: D0, 10 and AC. RGB value is (208,16,172). Sum of RGB (Red+Green+Blue) = 208+16+172=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D010AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010AC is #2FEF53. Grayscale: #5A5A5A. Windows color (decimal): -3141460 or 11276496. OLE color: 11276496.

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

Color convert

RGB 208 16 172 -
CMYK 0 0.92 0.17 0.18
HSL 311.25º 0.86% 0.44% -
HSV(B) 311.25º 0.92% 0.82% -
XYZ 33.64 16.76 40.49 -
YUV 91.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 208 16 172 0 0.92 0.17 0.18 311.25 0.86 0.44
Hex D0 10 AC 0 5C 11 12 137 56 2C
Octal 320 20 254 0 134 21 22 467 126 54
Binary 11010000 10000 10101100 0 1011100 10001 10010 100110111 1010110 101100

Color Harmonies of #D010AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010AC

Black with #D010AC

Text Example


Text Example

White with #D010AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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