Html Css Color HEX #D012AF Deep Magenta

📋 copy color: '#D012AF'

red 208 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #D012AF

Tints of Deep Magenta #D012AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 51.87%
G = 4.49%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D012AF (or 0xD012AF) is known color: Deep Magenta. HEX triplet: D0, 12 and AF. RGB value is (208,18,175). Sum of RGB (Red+Green+Blue) = 208+18+175=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D012AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D012AF is #2FED50. Grayscale: #5C5C5C. Windows color (decimal): -3140945 or 11473616. OLE color: 11473616.

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

Color convert

RGB 208 18 175 -
CMYK 0 0.91 0.16 0.18
HSL 310.42º 0.84% 0.44% -
HSV(B) 310.42º 0.91% 0.82% -
XYZ 33.97 16.94 42.04 -
YUV 92.71 174.45 210.23 -
System Red Green Blue C M Y K H S L
Decimal 208 18 175 0 0.91 0.16 0.18 310.42 0.84 0.44
Hex D0 12 AF 0 5B 10 12 136 54 2C
Octal 320 22 257 0 133 20 22 466 124 54
Binary 11010000 10010 10101111 0 1011011 10000 10010 100110110 1010100 101100

Color Harmonies of #D012AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012AF

Black with #D012AF

Text Example


Text Example

White with #D012AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012AF; }

 p { color: rgb(208,18,175); }

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

background-color css

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

 a { background-color: rgb(208,18,175); }

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

border-color css

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

 span { border-color: rgb(208,18,175); }

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