Html Css Color HEX #D213AE Deep Magenta

📋 copy color: '#D213AE'

red 210 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #D213AE

Tints of Deep Magenta #D213AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 52.11%
G = 4.71%
B = 43.18%

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

#D213AE (or 0xD213AE) is known color: Deep Magenta. HEX triplet: D2, 13 and AE. RGB value is (210,19,174). Sum of RGB (Red+Green+Blue) = 210+19+174=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D213AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D213AE is #2DEC51. Grayscale: #5D5D5D. Windows color (decimal): -3009618 or 11408338. OLE color: 11408338.

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

Color convert

RGB 210 19 174 -
CMYK 0 0.91 0.17 0.18
HSL 311.31º 0.83% 0.45% -
HSV(B) 311.31º 0.91% 0.82% -
XYZ 34.45 17.22 41.55 -
YUV 93.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 210 19 174 0 0.91 0.17 0.18 311.31 0.83 0.45
Hex D2 13 AE 0 5B 11 12 137 53 2D
Octal 322 23 256 0 133 21 22 467 123 55
Binary 11010010 10011 10101110 0 1011011 10001 10010 100110111 1010011 101101

Color Harmonies of #D213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213AE

Black with #D213AE

Text Example


Text Example

White with #D213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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