Html Css Color HEX #D1007F Medium Violet Red

📋 copy color: '#D1007F'

red 209 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #D1007F

Tints of Medium Violet Red #D1007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.2%
G = 0%
B = 37.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1007F (or 0xD1007F) is known color: Medium Violet Red. HEX triplet: D1, 00 and 7F. RGB value is (209,0,127). Sum of RGB (Red+Green+Blue) = 209+0+127=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1007F is #2EFF80. Grayscale: #4C4C4C. Windows color (decimal): -3080065 or 8323281. OLE color: 8323281.

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

Color convert

RGB 209 0 127 -
CMYK 0 1 0.39 0.18
HSL 323.54º 1% 0.41% -
HSV(B) 323.54º 1% 0.82% -
XYZ 30.13 15.09 21.4 -
YUV 76.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 209 0 127 0 1 0.39 0.18 323.54 1 0.41
Hex D1 0 7F 0 64 27 12 144 64 29
Octal 321 0 177 0 144 47 22 504 144 51
Binary 11010001 0 1111111 0 1100100 100111 10010 101000100 1100100 101001

Color Harmonies of #D1007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1007F

Black with #D1007F

Text Example


Text Example

White with #D1007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1007F; }

 p { color: rgb(209,0,127); }

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

background-color css

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

 a { background-color: rgb(209,0,127); }

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

border-color css

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

 span { border-color: rgb(209,0,127); }

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