Html Css Color HEX #D017A0 Medium Violet Red

📋 copy color: '#D017A0'

red 208 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #D017A0

Tints of Medium Violet Red #D017A0

RGB

 RED value IS 208 (81.64% from 255) = 53.2%

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

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

R = 53.2%
G = 5.88%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D017A0 (or 0xD017A0) is known color: Medium Violet Red. HEX triplet: D0, 17 and A0. RGB value is (208,23,160). Sum of RGB (Red+Green+Blue) = 208+23+160=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D017A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D017A0 is #2FE85F. Grayscale: #5D5D5D. Windows color (decimal): -3139680 or 10491856. OLE color: 10491856.

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

Color convert

RGB 208 23 160 -
CMYK 0 0.89 0.23 0.18
HSL 315.57º 0.8% 0.45% -
HSV(B) 315.57º 0.89% 0.82% -
XYZ 32.66 16.56 34.73 -
YUV 93.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 208 23 160 0 0.89 0.23 0.18 315.57 0.8 0.45
Hex D0 17 A0 0 59 17 12 13C 50 2D
Octal 320 27 240 0 131 27 22 474 120 55
Binary 11010000 10111 10100000 0 1011001 10111 10010 100111100 1010000 101101

Color Harmonies of #D017A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017A0

Black with #D017A0

Text Example


Text Example

White with #D017A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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