Html Css Color HEX #D213AF Deep Magenta

📋 copy color: '#D213AF'

red 210 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #D213AF

Tints of Deep Magenta #D213AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

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

R = 51.98%
G = 4.7%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D213AF (or 0xD213AF) is known color: Deep Magenta. HEX triplet: D2, 13 and AF. RGB value is (210,19,175). Sum of RGB (Red+Green+Blue) = 210+19+175=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D213AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D213AF is #2DEC50. Grayscale: #5D5D5D. Windows color (decimal): -3009617 or 11473874. OLE color: 11473874.

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

Color convert

RGB 210 19 175 -
CMYK 0 0.91 0.17 0.18
HSL 310.99º 0.83% 0.45% -
HSV(B) 310.99º 0.91% 0.82% -
XYZ 34.55 17.26 42.07 -
YUV 93.89 173.78 210.82 -
System Red Green Blue C M Y K H S L
Decimal 210 19 175 0 0.91 0.17 0.18 310.99 0.83 0.45
Hex D2 13 AF 0 5B 11 12 137 53 2D
Octal 322 23 257 0 133 21 22 467 123 55
Binary 11010010 10011 10101111 0 1011011 10001 10010 100110111 1010011 101101

Color Harmonies of #D213AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213AF

Black with #D213AF

Text Example


Text Example

White with #D213AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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