Html Css Color HEX #D7157B Medium Violet Red

📋 copy color: '#D7157B'

red 215 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #D7157B

Tints of Medium Violet Red #D7157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 59.89%
G = 5.85%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7157B (or 0xD7157B) is known color: Medium Violet Red. HEX triplet: D7, 15 and 7B. RGB value is (215,21,123). Sum of RGB (Red+Green+Blue) = 215+21+123=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7157B is #28EA84. Grayscale: #5A5A5A. Windows color (decimal): -2681477 or 8066519. OLE color: 8066519.

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

Color convert

RGB 215 21 123 -
CMYK 0 0.90 0.43 0.16
HSL 328.45º 0.82% 0.46% -
HSV(B) 328.45º 0.9% 0.84% -
XYZ 31.87 16.41 20.23 -
YUV 90.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 215 21 123 0 0.90 0.43 0.16 328.45 0.82 0.46
Hex D7 15 7B 0 5A 2B 10 148 52 2E
Octal 327 25 173 0 132 53 20 510 122 56
Binary 11010111 10101 1111011 0 1011010 101011 10000 101001000 1010010 101110

Color Harmonies of #D7157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7157B

Black with #D7157B

Text Example


Text Example

White with #D7157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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