Html Css Color HEX #D1019C Medium Violet Red

📋 copy color: '#D1019C'

red 209 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #D1019C

Tints of Medium Violet Red #D1019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 57.1%
G = 0.27%
B = 42.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1019C (or 0xD1019C) is known color: Medium Violet Red. HEX triplet: D1, 01 and 9C. RGB value is (209,1,156). Sum of RGB (Red+Green+Blue) = 209+1+156=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1019C is #2EFE63. Grayscale: #505050. Windows color (decimal): -3079780 or 10224081. OLE color: 10224081.

HSL color Cylindrical-coordinate representation of color #D1019C: hue angle of 315.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1019C is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 156 -
CMYK 0 1.00 0.25 0.18
HSL 315.29º 0.99% 0.41% -
HSV(B) 315.29º 1% 0.82% -
XYZ 32.31 15.98 32.83 -
YUV 80.86 170.41 219.4 -
System Red Green Blue C M Y K H S L
Decimal 209 1 156 0 1.00 0.25 0.18 315.29 0.99 0.41
Hex D1 1 9C 0 64 19 12 13B 63 29
Octal 321 1 234 0 144 31 22 473 143 51
Binary 11010001 1 10011100 0 1100100 11001 10010 100111011 1100011 101001

Color Harmonies of #D1019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1019C

Black with #D1019C

Text Example


Text Example

White with #D1019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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