Html Css Color HEX #D1208F Medium Violet Red

📋 copy color: '#D1208F'

red 209 ◦ green 32 ◦ blue 143

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

Shades of Medium Violet Red #D1208F

Tints of Medium Violet Red #D1208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 54.43%
G = 8.33%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1208F (or 0xD1208F) is known color: Medium Violet Red. HEX triplet: D1, 20 and 8F. RGB value is (209,32,143). Sum of RGB (Red+Green+Blue) = 209+32+143=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208F is #2EDF70. Grayscale: #616161. Windows color (decimal): -3071857 or 9380049. OLE color: 9380049.

HSL color Cylindrical-coordinate representation of color #D1208F: hue angle of 322.37º 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 #D1208F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 143 -
CMYK 0 0.85 0.32 0.18
HSL 322.37º 0.73% 0.47% -
HSV(B) 322.37º 0.85% 0.82% -
XYZ 31.77 16.57 27.51 -
YUV 97.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 209 32 143 0 0.85 0.32 0.18 322.37 0.73 0.47
Hex D1 20 8F 0 55 20 12 142 49 2F
Octal 321 40 217 0 125 40 22 502 111 57
Binary 11010001 100000 10001111 0 1010101 100000 10010 101000010 1001001 101111

Color Harmonies of #D1208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1208F

Black with #D1208F

Text Example


Text Example

White with #D1208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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