Html Css Color HEX #D1207E Medium Violet Red

📋 copy color: '#D1207E'

red 209 ◦ green 32 ◦ blue 126

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

Shades of Medium Violet Red #D1207E

Tints of Medium Violet Red #D1207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 56.95%
G = 8.72%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1207E (or 0xD1207E) is known color: Medium Violet Red. HEX triplet: D1, 20 and 7E. RGB value is (209,32,126). Sum of RGB (Red+Green+Blue) = 209+32+126=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1207E is #2EDF81. Grayscale: #5F5F5F. Windows color (decimal): -3071874 or 8265937. OLE color: 8265937.

HSL color Cylindrical-coordinate representation of color #D1207E: hue angle of 328.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1207E is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 126 -
CMYK 0 0.85 0.40 0.18
HSL 328.14º 0.73% 0.47% -
HSV(B) 328.14º 0.85% 0.82% -
XYZ 30.58 16.09 21.23 -
YUV 95.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 209 32 126 0 0.85 0.40 0.18 328.14 0.73 0.47
Hex D1 20 7E 0 55 28 12 148 49 2F
Octal 321 40 176 0 125 50 22 510 111 57
Binary 11010001 100000 1111110 0 1010101 101000 10010 101001000 1001001 101111

Color Harmonies of #D1207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1207E

Black with #D1207E

Text Example


Text Example

White with #D1207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1207E; }

 p { color: rgb(209,32,126); }

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

background-color css

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

 a { background-color: rgb(209,32,126); }

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

border-color css

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

 span { border-color: rgb(209,32,126); }

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