Html Css Color HEX #D7168D Medium Violet Red

📋 copy color: '#D7168D'

red 215 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #D7168D

Tints of Medium Violet Red #D7168D

RGB

 RED value IS 215 (84.38% from 255) = 56.88%

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

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

R = 56.88%
G = 5.82%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7168D (or 0xD7168D) is known color: Medium Violet Red. HEX triplet: D7, 16 and 8D. RGB value is (215,22,141). Sum of RGB (Red+Green+Blue) = 215+22+141=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7168D is #28E972. Grayscale: #5C5C5C. Windows color (decimal): -2681203 or 9246423. OLE color: 9246423.

HSL color Cylindrical-coordinate representation of color #D7168D: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7168D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 141 -
CMYK 0 0.90 0.34 0.16
HSL 323.01º 0.81% 0.46% -
HSV(B) 323.01º 0.9% 0.84% -
XYZ 33.12 16.94 26.72 -
YUV 93.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 215 22 141 0 0.90 0.34 0.16 323.01 0.81 0.46
Hex D7 16 8D 0 5A 22 10 143 51 2E
Octal 327 26 215 0 132 42 20 503 121 56
Binary 11010111 10110 10001101 0 1011010 100010 10000 101000011 1010001 101110

Color Harmonies of #D7168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7168D

Black with #D7168D

Text Example


Text Example

White with #D7168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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