Html Css Color HEX #D8168D Medium Violet Red

📋 copy color: '#D8168D'

red 216 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #D8168D

Tints of Medium Violet Red #D8168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 56.99%
G = 5.8%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8168D (or 0xD8168D) is known color: Medium Violet Red. HEX triplet: D8, 16 and 8D. RGB value is (216,22,141). Sum of RGB (Red+Green+Blue) = 216+22+141=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8168D is #27E972. Grayscale: #5D5D5D. Windows color (decimal): -2615667 or 9246424. OLE color: 9246424.

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

Color convert

RGB 216 22 141 -
CMYK 0 0.90 0.35 0.15
HSL 323.2º 0.82% 0.47% -
HSV(B) 323.2º 0.9% 0.85% -
XYZ 33.41 17.1 26.74 -
YUV 93.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 216 22 141 0 0.90 0.35 0.15 323.2 0.82 0.47
Hex D8 16 8D 0 5A 23 F 143 52 2F
Octal 330 26 215 0 132 43 17 503 122 57
Binary 11011000 10110 10001101 0 1011010 100011 1111 101000011 1010010 101111

Color Harmonies of #D8168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8168D

Black with #D8168D

Text Example


Text Example

White with #D8168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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