Html Css Color HEX #D1209C Medium Violet Red

📋 copy color: '#D1209C'

red 209 ◦ green 32 ◦ blue 156

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

Shades of Medium Violet Red #D1209C

Tints of Medium Violet Red #D1209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 52.64%
G = 8.06%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1209C (or 0xD1209C) is known color: Medium Violet Red. HEX triplet: D1, 20 and 9C. RGB value is (209,32,156). Sum of RGB (Red+Green+Blue) = 209+32+156=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1209C is #2EDF63. Grayscale: #626262. Windows color (decimal): -3071844 or 10232017. OLE color: 10232017.

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

Color convert

RGB 209 32 156 -
CMYK 0 0.85 0.25 0.18
HSL 317.97º 0.73% 0.47% -
HSV(B) 317.97º 0.85% 0.82% -
XYZ 32.81 16.99 33 -
YUV 99.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 209 32 156 0 0.85 0.25 0.18 317.97 0.73 0.47
Hex D1 20 9C 0 55 19 12 13E 49 2F
Octal 321 40 234 0 125 31 22 476 111 57
Binary 11010001 100000 10011100 0 1010101 11001 10010 100111110 1001001 101111

Color Harmonies of #D1209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1209C

Black with #D1209C

Text Example


Text Example

White with #D1209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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