Html Css Color HEX #D1017D Medium Violet Red

📋 copy color: '#D1017D'

red 209 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #D1017D

Tints of Medium Violet Red #D1017D

RGB

 RED value IS 209 (82.03% from 255) = 62.39%

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

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

R = 62.39%
G = 0.3%
B = 37.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1017D (or 0xD1017D) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7D. RGB value is (209,1,125). Sum of RGB (Red+Green+Blue) = 209+1+125=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017D is #2EFE82. Grayscale: #4D4D4D. Windows color (decimal): -3079811 or 8192465. OLE color: 8192465.

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

Color convert

RGB 209 1 125 -
CMYK 0 1.00 0.40 0.18
HSL 324.23º 0.99% 0.41% -
HSV(B) 324.23º 1% 0.82% -
XYZ 30.01 15.06 20.73 -
YUV 77.33 154.91 221.92 -
System Red Green Blue C M Y K H S L
Decimal 209 1 125 0 1.00 0.40 0.18 324.23 0.99 0.41
Hex D1 1 7D 0 64 28 12 144 63 29
Octal 321 1 175 0 144 50 22 504 143 51
Binary 11010001 1 1111101 0 1100100 101000 10010 101000100 1100011 101001

Color Harmonies of #D1017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1017D

Black with #D1017D

Text Example


Text Example

White with #D1017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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