Html Css Color HEX #D8017A Medium Violet Red

📋 copy color: '#D8017A'

red 216 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #D8017A

Tints of Medium Violet Red #D8017A

RGB

 RED value IS 216 (84.77% from 255) = 63.72%

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

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

R = 63.72%
G = 0.29%
B = 35.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8017A (or 0xD8017A) is known color: Medium Violet Red. HEX triplet: D8, 01 and 7A. RGB value is (216,1,122). Sum of RGB (Red+Green+Blue) = 216+1+122=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8017A is #27FE85. Grayscale: #4E4E4E. Windows color (decimal): -2621062 or 7995864. OLE color: 7995864.

HSL color Cylindrical-coordinate representation of color #D8017A: hue angle of 326.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8017A is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 122 -
CMYK 0 1.00 0.44 0.15
HSL 326.23º 0.99% 0.43% -
HSV(B) 326.23º 1% 0.85% -
XYZ 31.84 16.03 19.83 -
YUV 79.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 216 1 122 0 1.00 0.44 0.15 326.23 0.99 0.43
Hex D8 1 7A 0 64 2C F 146 63 2B
Octal 330 1 172 0 144 54 17 506 143 53
Binary 11011000 1 1111010 0 1100100 101100 1111 101000110 1100011 101011

Color Harmonies of #D8017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8017A

Black with #D8017A

Text Example


Text Example

White with #D8017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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