Html Css Color HEX #D218AE Deep Magenta

📋 copy color: '#D218AE'

red 210 ◦ green 24 ◦ blue 174

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

Shades of Deep Magenta #D218AE

Tints of Deep Magenta #D218AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

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

R = 51.47%
G = 5.88%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D218AE (or 0xD218AE) is known color: Deep Magenta. HEX triplet: D2, 18 and AE. RGB value is (210,24,174). Sum of RGB (Red+Green+Blue) = 210+24+174=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D218AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218AE is #2DE751. Grayscale: #606060. Windows color (decimal): -3008338 or 11409618. OLE color: 11409618.

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

Color convert

RGB 210 24 174 -
CMYK 0 0.89 0.17 0.18
HSL 311.61º 0.79% 0.46% -
HSV(B) 311.61º 0.89% 0.82% -
XYZ 34.54 17.41 41.58 -
YUV 96.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 210 24 174 0 0.89 0.17 0.18 311.61 0.79 0.46
Hex D2 18 AE 0 59 11 12 138 4F 2E
Octal 322 30 256 0 131 21 22 470 117 56
Binary 11010010 11000 10101110 0 1011001 10001 10010 100111000 1001111 101110

Color Harmonies of #D218AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218AE

Black with #D218AE

Text Example


Text Example

White with #D218AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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