Html Css Color HEX #D1209F Medium Violet Red

📋 copy color: '#D1209F'

red 209 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #D1209F

Tints of Medium Violet Red #D1209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 52.25%
G = 8%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1209F (or 0xD1209F) is known color: Medium Violet Red. HEX triplet: D1, 20 and 9F. RGB value is (209,32,159). Sum of RGB (Red+Green+Blue) = 209+32+159=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1209F is #2EDF60. Grayscale: #636363. Windows color (decimal): -3071841 or 10428625. OLE color: 10428625.

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

Color convert

RGB 209 32 159 -
CMYK 0 0.85 0.24 0.18
HSL 316.95º 0.73% 0.47% -
HSV(B) 316.95º 0.85% 0.82% -
XYZ 33.07 17.09 34.36 -
YUV 99.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 209 32 159 0 0.85 0.24 0.18 316.95 0.73 0.47
Hex D1 20 9F 0 55 18 12 13D 49 2F
Octal 321 40 237 0 125 30 22 475 111 57
Binary 11010001 100000 10011111 0 1010101 11000 10010 100111101 1001001 101111

Color Harmonies of #D1209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1209F

Black with #D1209F

Text Example


Text Example

White with #D1209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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