Html Css Color HEX #D218AA Medium Violet Red

📋 copy color: '#D218AA'

red 210 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #D218AA

Tints of Medium Violet Red #D218AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 51.98%
G = 5.94%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D218AA (or 0xD218AA) is known color: Medium Violet Red. HEX triplet: D2, 18 and AA. RGB value is (210,24,170). Sum of RGB (Red+Green+Blue) = 210+24+170=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D218AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218AA is #2DE755. Grayscale: #5F5F5F. Windows color (decimal): -3008342 or 11147474. OLE color: 11147474.

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

Color convert

RGB 210 24 170 -
CMYK 0 0.89 0.19 0.18
HSL 312.9º 0.79% 0.46% -
HSV(B) 312.9º 0.89% 0.82% -
XYZ 34.16 17.26 39.56 -
YUV 96.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 210 24 170 0 0.89 0.19 0.18 312.9 0.79 0.46
Hex D2 18 AA 0 59 13 12 139 4F 2E
Octal 322 30 252 0 131 23 22 471 117 56
Binary 11010010 11000 10101010 0 1011001 10011 10010 100111001 1001111 101110

Color Harmonies of #D218AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218AA

Black with #D218AA

Text Example


Text Example

White with #D218AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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