Html Css Color HEX #D5017F Medium Violet Red

📋 copy color: '#D5017F'

red 213 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #D5017F

Tints of Medium Violet Red #D5017F

RGB

 RED value IS 213 (83.59% from 255) = 62.46%

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

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

R = 62.46%
G = 0.29%
B = 37.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5017F (or 0xD5017F) is known color: Medium Violet Red. HEX triplet: D5, 01 and 7F. RGB value is (213,1,127). Sum of RGB (Red+Green+Blue) = 213+1+127=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5017F is #2AFE80. Grayscale: #4E4E4E. Windows color (decimal): -2817665 or 8323541. OLE color: 8323541.

HSL color Cylindrical-coordinate representation of color #D5017F: hue angle of 324.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5017F is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 127 -
CMYK 0 1.00 0.40 0.16
HSL 324.34º 0.99% 0.42% -
HSV(B) 324.34º 1% 0.84% -
XYZ 31.28 15.7 21.46 -
YUV 78.75 155.24 223.75 -
System Red Green Blue C M Y K H S L
Decimal 213 1 127 0 1.00 0.40 0.16 324.34 0.99 0.42
Hex D5 1 7F 0 64 28 10 144 63 2A
Octal 325 1 177 0 144 50 20 504 143 52
Binary 11010101 1 1111111 0 1100100 101000 10000 101000100 1100011 101010

Color Harmonies of #D5017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5017F

Black with #D5017F

Text Example


Text Example

White with #D5017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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