Html Css Color HEX #D1037F Medium Violet Red

📋 copy color: '#D1037F'

red 209 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #D1037F

Tints of Medium Violet Red #D1037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 61.65%
G = 0.88%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1037F (or 0xD1037F) is known color: Medium Violet Red. HEX triplet: D1, 03 and 7F. RGB value is (209,3,127). Sum of RGB (Red+Green+Blue) = 209+3+127=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1037F is #2EFC80. Grayscale: #4E4E4E. Windows color (decimal): -3079297 or 8324049. OLE color: 8324049.

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

Color convert

RGB 209 3 127 -
CMYK 0 0.99 0.39 0.18
HSL 323.88º 0.97% 0.42% -
HSV(B) 323.88º 0.99% 0.82% -
XYZ 30.16 15.15 21.41 -
YUV 78.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 209 3 127 0 0.99 0.39 0.18 323.88 0.97 0.42
Hex D1 3 7F 0 63 27 12 144 61 2A
Octal 321 3 177 0 143 47 22 504 141 52
Binary 11010001 11 1111111 0 1100011 100111 10010 101000100 1100001 101010

Color Harmonies of #D1037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1037F

Black with #D1037F

Text Example


Text Example

White with #D1037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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