Html Css Color HEX #D014AF Deep Magenta

📋 copy color: '#D014AF'

red 208 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #D014AF

Tints of Deep Magenta #D014AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

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

R = 51.61%
G = 4.96%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D014AF (or 0xD014AF) is known color: Deep Magenta. HEX triplet: D0, 14 and AF. RGB value is (208,20,175). Sum of RGB (Red+Green+Blue) = 208+20+175=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D014AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D014AF is #2FEB50. Grayscale: #5D5D5D. Windows color (decimal): -3140433 or 11474128. OLE color: 11474128.

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

Color convert

RGB 208 20 175 -
CMYK 0 0.90 0.16 0.18
HSL 310.53º 0.82% 0.45% -
HSV(B) 310.53º 0.9% 0.82% -
XYZ 34 17.01 42.05 -
YUV 93.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 208 20 175 0 0.90 0.16 0.18 310.53 0.82 0.45
Hex D0 14 AF 0 5A 10 12 137 52 2D
Octal 320 24 257 0 132 20 22 467 122 55
Binary 11010000 10100 10101111 0 1011010 10000 10010 100110111 1010010 101101

Color Harmonies of #D014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014AF

Black with #D014AF

Text Example


Text Example

White with #D014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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