Html Css Color HEX #D9168D Medium Violet Red

📋 copy color: '#D9168D'

red 217 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #D9168D

Tints of Medium Violet Red #D9168D

RGB

 RED value IS 217 (85.16% from 255) = 57.11%

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

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

R = 57.11%
G = 5.79%
B = 37.11%

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

#D9168D (or 0xD9168D) is known color: Medium Violet Red. HEX triplet: D9, 16 and 8D. RGB value is (217,22,141). Sum of RGB (Red+Green+Blue) = 217+22+141=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9168D is #26E972. Grayscale: #5D5D5D. Windows color (decimal): -2550131 or 9246425. OLE color: 9246425.

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

Color convert

RGB 217 22 141 -
CMYK 0 0.90 0.35 0.15
HSL 323.38º 0.82% 0.47% -
HSV(B) 323.38º 0.9% 0.85% -
XYZ 33.71 17.25 26.75 -
YUV 93.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 217 22 141 0 0.90 0.35 0.15 323.38 0.82 0.47
Hex D9 16 8D 0 5A 23 F 143 52 2F
Octal 331 26 215 0 132 43 17 503 122 57
Binary 11011001 10110 10001101 0 1011010 100011 1111 101000011 1010010 101111

Color Harmonies of #D9168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9168D

Black with #D9168D

Text Example


Text Example

White with #D9168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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