Html Css Color HEX #D017A8 Medium Violet Red

📋 copy color: '#D017A8'

red 208 ◦ green 23 ◦ blue 168

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

Shades of Medium Violet Red #D017A8

Tints of Medium Violet Red #D017A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.11%

R = 52.13%
G = 5.76%
B = 42.11%

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

#D017A8 (or 0xD017A8) is known color: Medium Violet Red. HEX triplet: D0, 17 and A8. RGB value is (208,23,168). Sum of RGB (Red+Green+Blue) = 208+23+168=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D017A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D017A8 is #2FE857. Grayscale: #5E5E5E. Windows color (decimal): -3139672 or 11016144. OLE color: 11016144.

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

Color convert

RGB 208 23 168 -
CMYK 0 0.89 0.19 0.18
HSL 312.97º 0.8% 0.45% -
HSV(B) 312.97º 0.89% 0.82% -
XYZ 33.39 16.85 38.54 -
YUV 94.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 208 23 168 0 0.89 0.19 0.18 312.97 0.8 0.45
Hex D0 17 A8 0 59 13 12 139 50 2D
Octal 320 27 250 0 131 23 22 471 120 55
Binary 11010000 10111 10101000 0 1011001 10011 10010 100111001 1010000 101101

Color Harmonies of #D017A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017A8

Black with #D017A8

Text Example


Text Example

White with #D017A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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