Html Css Color HEX #D7108D Medium Violet Red

📋 copy color: '#D7108D'

red 215 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #D7108D

Tints of Medium Violet Red #D7108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

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

R = 57.8%
G = 4.3%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7108D (or 0xD7108D) is known color: Medium Violet Red. HEX triplet: D7, 10 and 8D. RGB value is (215,16,141). Sum of RGB (Red+Green+Blue) = 215+16+141=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7108D is #28EF72. Grayscale: #595959. Windows color (decimal): -2682739 or 9244887. OLE color: 9244887.

HSL color Cylindrical-coordinate representation of color #D7108D: hue angle of 322.31º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7108D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 141 -
CMYK 0 0.93 0.34 0.16
HSL 322.31º 0.86% 0.45% -
HSV(B) 322.31º 0.93% 0.84% -
XYZ 33.02 16.74 26.69 -
YUV 89.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 215 16 141 0 0.93 0.34 0.16 322.31 0.86 0.45
Hex D7 10 8D 0 5D 22 10 142 56 2D
Octal 327 20 215 0 135 42 20 502 126 55
Binary 11010111 10000 10001101 0 1011101 100010 10000 101000010 1010110 101101

Color Harmonies of #D7108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7108D

Black with #D7108D

Text Example


Text Example

White with #D7108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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