Html Css Color HEX #D216A9 Medium Violet Red

📋 copy color: '#D216A9'

red 210 ◦ green 22 ◦ blue 169

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

Shades of Medium Violet Red #D216A9

Tints of Medium Violet Red #D216A9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

 BLUE value IS 169 (66.41% from 255) = 42.14%

R = 52.37%
G = 5.49%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D216A9 (or 0xD216A9) is known color: Medium Violet Red. HEX triplet: D2, 16 and A9. RGB value is (210,22,169). Sum of RGB (Red+Green+Blue) = 210+22+169=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D216A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216A9 is #2DE956. Grayscale: #5E5E5E. Windows color (decimal): -3008855 or 11081426. OLE color: 11081426.

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

Color convert

RGB 210 22 169 -
CMYK 0 0.90 0.20 0.18
HSL 313.09º 0.81% 0.45% -
HSV(B) 313.09º 0.9% 0.82% -
XYZ 34.03 17.14 39.05 -
YUV 94.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 210 22 169 0 0.90 0.20 0.18 313.09 0.81 0.45
Hex D2 16 A9 0 5A 14 12 139 51 2D
Octal 322 26 251 0 132 24 22 471 121 55
Binary 11010010 10110 10101001 0 1011010 10100 10010 100111001 1010001 101101

Color Harmonies of #D216A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216A9

Black with #D216A9

Text Example


Text Example

White with #D216A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216A9; }

 p { color: rgb(210,22,169); }

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

background-color css

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

 a { background-color: rgb(210,22,169); }

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

border-color css

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

 span { border-color: rgb(210,22,169); }

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