Html Css Color HEX #D7168C Medium Violet Red

📋 copy color: '#D7168C'

red 215 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #D7168C

Tints of Medium Violet Red #D7168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 57.03%
G = 5.84%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7168C (or 0xD7168C) is known color: Medium Violet Red. HEX triplet: D7, 16 and 8C. RGB value is (215,22,140). Sum of RGB (Red+Green+Blue) = 215+22+140=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7168C is #28E973. Grayscale: #5C5C5C. Windows color (decimal): -2681204 or 9180887. OLE color: 9180887.

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

Color convert

RGB 215 22 140 -
CMYK 0 0.90 0.35 0.16
HSL 323.32º 0.81% 0.46% -
HSV(B) 323.32º 0.9% 0.84% -
XYZ 33.04 16.91 26.33 -
YUV 93.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 215 22 140 0 0.90 0.35 0.16 323.32 0.81 0.46
Hex D7 16 8C 0 5A 23 10 143 51 2E
Octal 327 26 214 0 132 43 20 503 121 56
Binary 11010111 10110 10001100 0 1011010 100011 10000 101000011 1010001 101110

Color Harmonies of #D7168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7168C

Black with #D7168C

Text Example


Text Example

White with #D7168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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