Html Css Color HEX #D8167A Medium Violet Red

📋 copy color: '#D8167A'

red 216 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #D8167A

Tints of Medium Violet Red #D8167A

RGB

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

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

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

R = 60%
G = 6.11%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8167A (or 0xD8167A) is known color: Medium Violet Red. HEX triplet: D8, 16 and 7A. RGB value is (216,22,122). Sum of RGB (Red+Green+Blue) = 216+22+122=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8167A is #27E985. Grayscale: #5B5B5B. Windows color (decimal): -2615686 or 8001240. OLE color: 8001240.

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

Color convert

RGB 216 22 122 -
CMYK 0 0.90 0.44 0.15
HSL 329.07º 0.82% 0.47% -
HSV(B) 329.07º 0.9% 0.85% -
XYZ 32.12 16.58 19.92 -
YUV 91.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 216 22 122 0 0.90 0.44 0.15 329.07 0.82 0.47
Hex D8 16 7A 0 5A 2C F 149 52 2F
Octal 330 26 172 0 132 54 17 511 122 57
Binary 11011000 10110 1111010 0 1011010 101100 1111 101001001 1010010 101111

Color Harmonies of #D8167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8167A

Black with #D8167A

Text Example


Text Example

White with #D8167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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