Html Css Color HEX #D6017F Medium Violet Red

📋 copy color: '#D6017F'

red 214 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #D6017F

Tints of Medium Violet Red #D6017F

RGB

 RED value IS 214 (83.98% from 255) = 62.57%

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

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

R = 62.57%
G = 0.29%
B = 37.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6017F (or 0xD6017F) is known color: Medium Violet Red. HEX triplet: D6, 01 and 7F. RGB value is (214,1,127). Sum of RGB (Red+Green+Blue) = 214+1+127=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6017F is #29FE80. Grayscale: #4E4E4E. Windows color (decimal): -2752129 or 8323542. OLE color: 8323542.

HSL color Cylindrical-coordinate representation of color #D6017F: hue angle of 324.51º 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 #D6017F is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 127 -
CMYK 0 1.00 0.41 0.16
HSL 324.51º 0.99% 0.42% -
HSV(B) 324.51º 1% 0.84% -
XYZ 31.57 15.85 21.47 -
YUV 79.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 214 1 127 0 1.00 0.41 0.16 324.51 0.99 0.42
Hex D6 1 7F 0 64 29 10 145 63 2A
Octal 326 1 177 0 144 51 20 505 143 52
Binary 11010110 1 1111111 0 1100100 101001 10000 101000101 1100011 101010

Color Harmonies of #D6017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6017F

Black with #D6017F

Text Example


Text Example

White with #D6017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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