Html Css Color HEX #D1017A Medium Violet Red

📋 copy color: '#D1017A'

red 209 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #D1017A

Tints of Medium Violet Red #D1017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 62.95%
G = 0.3%
B = 36.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1017A (or 0xD1017A) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7A. RGB value is (209,1,122). Sum of RGB (Red+Green+Blue) = 209+1+122=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017A is #2EFE85. Grayscale: #4C4C4C. Windows color (decimal): -3079814 or 7995857. OLE color: 7995857.

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

Color convert

RGB 209 1 122 -
CMYK 0 1.00 0.42 0.18
HSL 325.1º 0.99% 0.41% -
HSV(B) 325.1º 1% 0.82% -
XYZ 29.82 14.98 19.73 -
YUV 76.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 209 1 122 0 1.00 0.42 0.18 325.1 0.99 0.41
Hex D1 1 7A 0 64 2A 12 145 63 29
Octal 321 1 172 0 144 52 22 505 143 51
Binary 11010001 1 1111010 0 1100100 101010 10010 101000101 1100011 101001

Color Harmonies of #D1017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1017A

Black with #D1017A

Text Example


Text Example

White with #D1017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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