Html Css Color HEX #D9017F Medium Violet Red

📋 copy color: '#D9017F'

red 217 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #D9017F

Tints of Medium Violet Red #D9017F

RGB

 RED value IS 217 (85.16% from 255) = 62.9%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 127 (50% from 255) = 36.81%

R = 62.9%
G = 0.29%
B = 36.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9017F (or 0xD9017F) is known color: Medium Violet Red. HEX triplet: D9, 01 and 7F. RGB value is (217,1,127). Sum of RGB (Red+Green+Blue) = 217+1+127=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9017F is #26FE80. Grayscale: #4F4F4F. Windows color (decimal): -2555521 or 8323545. OLE color: 8323545.

HSL color Cylindrical-coordinate representation of color #D9017F: hue angle of 325º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9017F is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 127 -
CMYK 0 1.00 0.41 0.15
HSL 325º 0.99% 0.43% -
HSV(B) 325º 1% 0.85% -
XYZ 32.46 16.31 21.52 -
YUV 79.95 154.56 225.75 -
System Red Green Blue C M Y K H S L
Decimal 217 1 127 0 1.00 0.41 0.15 325 0.99 0.43
Hex D9 1 7F 0 64 29 F 145 63 2B
Octal 331 1 177 0 144 51 17 505 143 53
Binary 11011001 1 1111111 0 1100100 101001 1111 101000101 1100011 101011

Color Harmonies of #D9017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9017F

Black with #D9017F

Text Example


Text Example

White with #D9017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9017F; }

 p { color: rgb(217,1,127); }

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

background-color css

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

 a { background-color: rgb(217,1,127); }

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

border-color css

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

 span { border-color: rgb(217,1,127); }

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