Html Css Color HEX #D1208A Medium Violet Red

📋 copy color: '#D1208A'

red 209 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #D1208A

Tints of Medium Violet Red #D1208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 55.15%
G = 8.44%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1208A (or 0xD1208A) is known color: Medium Violet Red. HEX triplet: D1, 20 and 8A. RGB value is (209,32,138). Sum of RGB (Red+Green+Blue) = 209+32+138=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208A is #2EDF75. Grayscale: #606060. Windows color (decimal): -3071862 or 9052369. OLE color: 9052369.

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

Color convert

RGB 209 32 138 -
CMYK 0 0.85 0.34 0.18
HSL 324.07º 0.73% 0.47% -
HSV(B) 324.07º 0.85% 0.82% -
XYZ 31.4 16.42 25.56 -
YUV 97.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 209 32 138 0 0.85 0.34 0.18 324.07 0.73 0.47
Hex D1 20 8A 0 55 22 12 144 49 2F
Octal 321 40 212 0 125 42 22 504 111 57
Binary 11010001 100000 10001010 0 1010101 100010 10010 101000100 1001001 101111

Color Harmonies of #D1208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1208A

Black with #D1208A

Text Example


Text Example

White with #D1208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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