Html Css Color HEX #D1009A Medium Violet Red

📋 copy color: '#D1009A'

red 209 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #D1009A

Tints of Medium Violet Red #D1009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 57.58%
G = 0%
B = 42.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1009A (or 0xD1009A) is known color: Medium Violet Red. HEX triplet: D1, 00 and 9A. RGB value is (209,0,154). Sum of RGB (Red+Green+Blue) = 209+0+154=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D1009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1009A is #2EFF65. Grayscale: #4F4F4F. Windows color (decimal): -3080038 or 10092753. OLE color: 10092753.

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

Color convert

RGB 209 0 154 -
CMYK 0 1 0.26 0.18
HSL 315.79º 1% 0.41% -
HSV(B) 315.79º 1% 0.82% -
XYZ 32.13 15.89 31.95 -
YUV 80.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 209 0 154 0 1 0.26 0.18 315.79 1 0.41
Hex D1 0 9A 0 64 1A 12 13C 64 29
Octal 321 0 232 0 144 32 22 474 144 51
Binary 11010001 0 10011010 0 1100100 11010 10010 100111100 1100100 101001

Color Harmonies of #D1009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1009A

Black with #D1009A

Text Example


Text Example

White with #D1009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1009A; }

 p { color: rgb(209,0,154); }

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

background-color css

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

 a { background-color: rgb(209,0,154); }

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

border-color css

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

 span { border-color: rgb(209,0,154); }

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