Html Css Color HEX #D8017C Medium Violet Red

📋 copy color: '#D8017C'

red 216 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #D8017C

Tints of Medium Violet Red #D8017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 63.34%
G = 0.29%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8017C (or 0xD8017C) is known color: Medium Violet Red. HEX triplet: D8, 01 and 7C. RGB value is (216,1,124). Sum of RGB (Red+Green+Blue) = 216+1+124=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8017C is #27FE83. Grayscale: #4F4F4F. Windows color (decimal): -2621060 or 8126936. OLE color: 8126936.

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

Color convert

RGB 216 1 124 -
CMYK 0 1.00 0.43 0.15
HSL 325.67º 0.99% 0.43% -
HSV(B) 325.67º 1% 0.85% -
XYZ 31.97 16.08 20.49 -
YUV 79.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 216 1 124 0 1.00 0.43 0.15 325.67 0.99 0.43
Hex D8 1 7C 0 64 2B F 146 63 2B
Octal 330 1 174 0 144 53 17 506 143 53
Binary 11011000 1 1111100 0 1100100 101011 1111 101000110 1100011 101011

Color Harmonies of #D8017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8017C

Black with #D8017C

Text Example


Text Example

White with #D8017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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