Html Css Color HEX #D217A0 Medium Violet Red

📋 copy color: '#D217A0'

red 210 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #D217A0

Tints of Medium Violet Red #D217A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

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

R = 53.44%
G = 5.85%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D217A0 (or 0xD217A0) is known color: Medium Violet Red. HEX triplet: D2, 17 and A0. RGB value is (210,23,160). Sum of RGB (Red+Green+Blue) = 210+23+160=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D217A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D217A0 is #2DE85F. Grayscale: #5E5E5E. Windows color (decimal): -3008608 or 10491858. OLE color: 10491858.

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

Color convert

RGB 210 23 160 -
CMYK 0 0.89 0.24 0.18
HSL 316.04º 0.8% 0.46% -
HSV(B) 316.04º 0.89% 0.82% -
XYZ 33.23 16.85 34.76 -
YUV 94.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 210 23 160 0 0.89 0.24 0.18 316.04 0.8 0.46
Hex D2 17 A0 0 59 18 12 13C 50 2E
Octal 322 27 240 0 131 30 22 474 120 56
Binary 11010010 10111 10100000 0 1011001 11000 10010 100111100 1010000 101110

Color Harmonies of #D217A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217A0

Black with #D217A0

Text Example


Text Example

White with #D217A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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