Html Css Color HEX #D6017D Medium Violet Red

📋 copy color: '#D6017D'

red 214 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #D6017D

Tints of Medium Violet Red #D6017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 62.94%
G = 0.29%
B = 36.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6017D (or 0xD6017D) is known color: Medium Violet Red. HEX triplet: D6, 01 and 7D. RGB value is (214,1,125). Sum of RGB (Red+Green+Blue) = 214+1+125=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6017D is #29FE82. Grayscale: #4E4E4E. Windows color (decimal): -2752131 or 8192470. OLE color: 8192470.

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

Color convert

RGB 214 1 125 -
CMYK 0 1.00 0.42 0.16
HSL 325.07º 0.99% 0.42% -
HSV(B) 325.07º 1% 0.84% -
XYZ 31.44 15.8 20.79 -
YUV 78.82 154.07 224.42 -
System Red Green Blue C M Y K H S L
Decimal 214 1 125 0 1.00 0.42 0.16 325.07 0.99 0.42
Hex D6 1 7D 0 64 2A 10 145 63 2A
Octal 326 1 175 0 144 52 20 505 143 52
Binary 11010110 1 1111101 0 1100100 101010 10000 101000101 1100011 101010

Color Harmonies of #D6017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6017D

Black with #D6017D

Text Example


Text Example

White with #D6017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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