Html Css Color HEX #D8167F Medium Violet Red

📋 copy color: '#D8167F'

red 216 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #D8167F

Tints of Medium Violet Red #D8167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 59.18%
G = 6.03%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8167F (or 0xD8167F) is known color: Medium Violet Red. HEX triplet: D8, 16 and 7F. RGB value is (216,22,127). Sum of RGB (Red+Green+Blue) = 216+22+127=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8167F is #27E980. Grayscale: #5B5B5B. Windows color (decimal): -2615681 or 8328920. OLE color: 8328920.

HSL color Cylindrical-coordinate representation of color #D8167F: hue angle of 327.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8167F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 127 -
CMYK 0 0.90 0.41 0.15
HSL 327.53º 0.82% 0.47% -
HSV(B) 327.53º 0.9% 0.85% -
XYZ 32.44 16.71 21.59 -
YUV 91.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 216 22 127 0 0.90 0.41 0.15 327.53 0.82 0.47
Hex D8 16 7F 0 5A 29 F 148 52 2F
Octal 330 26 177 0 132 51 17 510 122 57
Binary 11011000 10110 1111111 0 1011010 101001 1111 101001000 1010010 101111

Color Harmonies of #D8167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8167F

Black with #D8167F

Text Example


Text Example

White with #D8167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8167F; }

 p { color: rgb(216,22,127); }

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

background-color css

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

 a { background-color: rgb(216,22,127); }

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

border-color css

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

 span { border-color: rgb(216,22,127); }

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