Html Css Color HEX #D216A0 Medium Violet Red

📋 copy color: '#D216A0'

red 210 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #D216A0

Tints of Medium Violet Red #D216A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.82%

R = 53.57%
G = 5.61%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D216A0 (or 0xD216A0) is known color: Medium Violet Red. HEX triplet: D2, 16 and A0. RGB value is (210,22,160). Sum of RGB (Red+Green+Blue) = 210+22+160=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D216A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216A0 is #2DE95F. Grayscale: #5D5D5D. Windows color (decimal): -3008864 or 10491602. OLE color: 10491602.

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

Color convert

RGB 210 22 160 -
CMYK 0 0.90 0.24 0.18
HSL 315.96º 0.81% 0.45% -
HSV(B) 315.96º 0.9% 0.82% -
XYZ 33.21 16.81 34.75 -
YUV 93.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 210 22 160 0 0.90 0.24 0.18 315.96 0.81 0.45
Hex D2 16 A0 0 5A 18 12 13C 51 2D
Octal 322 26 240 0 132 30 22 474 121 55
Binary 11010010 10110 10100000 0 1011010 11000 10010 100111100 1010001 101101

Color Harmonies of #D216A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216A0

Black with #D216A0

Text Example


Text Example

White with #D216A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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