Html Css Color HEX #D7108B Medium Violet Red

📋 copy color: '#D7108B'

red 215 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #D7108B

Tints of Medium Violet Red #D7108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 58.11%
G = 4.32%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7108B (or 0xD7108B) is known color: Medium Violet Red. HEX triplet: D7, 10 and 8B. RGB value is (215,16,139). Sum of RGB (Red+Green+Blue) = 215+16+139=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7108B is #28EF74. Grayscale: #595959. Windows color (decimal): -2682741 or 9113815. OLE color: 9113815.

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

Color convert

RGB 215 16 139 -
CMYK 0 0.93 0.35 0.16
HSL 322.91º 0.86% 0.45% -
HSV(B) 322.91º 0.93% 0.84% -
XYZ 32.87 16.68 25.91 -
YUV 89.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 215 16 139 0 0.93 0.35 0.16 322.91 0.86 0.45
Hex D7 10 8B 0 5D 23 10 143 56 2D
Octal 327 20 213 0 135 43 20 503 126 55
Binary 11010111 10000 10001011 0 1011101 100011 10000 101000011 1010110 101101

Color Harmonies of #D7108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7108B

Black with #D7108B

Text Example


Text Example

White with #D7108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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