Html Css Color HEX #D114AF Deep Magenta

📋 copy color: '#D114AF'

red 209 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #D114AF

Tints of Deep Magenta #D114AF

RGB

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

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

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

R = 51.73%
G = 4.95%
B = 43.32%

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

#D114AF (or 0xD114AF) is known color: Deep Magenta. HEX triplet: D1, 14 and AF. RGB value is (209,20,175). Sum of RGB (Red+Green+Blue) = 209+20+175=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D114AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D114AF is #2EEB50. Grayscale: #5D5D5D. Windows color (decimal): -3074897 or 11474129. OLE color: 11474129.

HSL color Cylindrical-coordinate representation of color #D114AF: hue angle of 310.79º degrees, saturation: 0.83, 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 #D114AF is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 175 -
CMYK 0 0.90 0.16 0.18
HSL 310.79º 0.83% 0.45% -
HSV(B) 310.79º 0.9% 0.82% -
XYZ 34.28 17.15 42.06 -
YUV 94.18 173.62 209.9 -
System Red Green Blue C M Y K H S L
Decimal 209 20 175 0 0.90 0.16 0.18 310.79 0.83 0.45
Hex D1 14 AF 0 5A 10 12 137 53 2D
Octal 321 24 257 0 132 20 22 467 123 55
Binary 11010001 10100 10101111 0 1011010 10000 10010 100110111 1010011 101101

Color Harmonies of #D114AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114AF

Black with #D114AF

Text Example


Text Example

White with #D114AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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