Html Css Color HEX #D214AF Deep Magenta

📋 copy color: '#D214AF'

red 210 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #D214AF

Tints of Deep Magenta #D214AF

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

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

R = 51.85%
G = 4.94%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D214AF (or 0xD214AF) is known color: Deep Magenta. HEX triplet: D2, 14 and AF. RGB value is (210,20,175). Sum of RGB (Red+Green+Blue) = 210+20+175=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D214AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214AF is #2DEB50. Grayscale: #5E5E5E. Windows color (decimal): -3009361 or 11474130. OLE color: 11474130.

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

Color convert

RGB 210 20 175 -
CMYK 0 0.90 0.17 0.18
HSL 311.05º 0.83% 0.45% -
HSV(B) 311.05º 0.9% 0.82% -
XYZ 34.57 17.3 42.07 -
YUV 94.48 173.45 210.4 -
System Red Green Blue C M Y K H S L
Decimal 210 20 175 0 0.90 0.17 0.18 311.05 0.83 0.45
Hex D2 14 AF 0 5A 11 12 137 53 2D
Octal 322 24 257 0 132 21 22 467 123 55
Binary 11010010 10100 10101111 0 1011010 10001 10010 100110111 1010011 101101

Color Harmonies of #D214AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214AF

Black with #D214AF

Text Example


Text Example

White with #D214AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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