Html Css Color HEX #D1208B Medium Violet Red

📋 copy color: '#D1208B'

red 209 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #D1208B

Tints of Medium Violet Red #D1208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 55%
G = 8.42%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1208B (or 0xD1208B) is known color: Medium Violet Red. HEX triplet: D1, 20 and 8B. RGB value is (209,32,139). Sum of RGB (Red+Green+Blue) = 209+32+139=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208B is #2EDF74. Grayscale: #606060. Windows color (decimal): -3071861 or 9117905. OLE color: 9117905.

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

Color convert

RGB 209 32 139 -
CMYK 0 0.85 0.33 0.18
HSL 323.73º 0.73% 0.47% -
HSV(B) 323.73º 0.85% 0.82% -
XYZ 31.47 16.45 25.94 -
YUV 97.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 209 32 139 0 0.85 0.33 0.18 323.73 0.73 0.47
Hex D1 20 8B 0 55 21 12 144 49 2F
Octal 321 40 213 0 125 41 22 504 111 57
Binary 11010001 100000 10001011 0 1010101 100001 10010 101000100 1001001 101111

Color Harmonies of #D1208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1208B

Black with #D1208B

Text Example


Text Example

White with #D1208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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