Html Css Color HEX #D7107B Medium Violet Red

📋 copy color: '#D7107B'

red 215 ◦ green 16 ◦ blue 123

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

Shades of Medium Violet Red #D7107B

Tints of Medium Violet Red #D7107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 60.73%
G = 4.52%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7107B (or 0xD7107B) is known color: Medium Violet Red. HEX triplet: D7, 10 and 7B. RGB value is (215,16,123). Sum of RGB (Red+Green+Blue) = 215+16+123=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7107B is #28EF84. Grayscale: #575757. Windows color (decimal): -2682757 or 8065239. OLE color: 8065239.

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

Color convert

RGB 215 16 123 -
CMYK 0 0.93 0.43 0.16
HSL 327.74º 0.86% 0.45% -
HSV(B) 327.74º 0.93% 0.84% -
XYZ 31.78 16.25 20.2 -
YUV 87.7 147.93 218.8 -
System Red Green Blue C M Y K H S L
Decimal 215 16 123 0 0.93 0.43 0.16 327.74 0.86 0.45
Hex D7 10 7B 0 5D 2B 10 148 56 2D
Octal 327 20 173 0 135 53 20 510 126 55
Binary 11010111 10000 1111011 0 1011101 101011 10000 101001000 1010110 101101

Color Harmonies of #D7107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7107B

Black with #D7107B

Text Example


Text Example

White with #D7107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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