Html Css Color HEX #D7127D Medium Violet Red

📋 copy color: '#D7127D'

red 215 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #D7127D

Tints of Medium Violet Red #D7127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 60.06%
G = 5.03%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7127D (or 0xD7127D) is known color: Medium Violet Red. HEX triplet: D7, 12 and 7D. RGB value is (215,18,125). Sum of RGB (Red+Green+Blue) = 215+18+125=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7127D is #28ED82. Grayscale: #585858. Windows color (decimal): -2682243 or 8196823. OLE color: 8196823.

HSL color Cylindrical-coordinate representation of color #D7127D: hue angle of 327.41º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7127D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 125 -
CMYK 0 0.92 0.42 0.16
HSL 327.41º 0.85% 0.46% -
HSV(B) 327.41º 0.92% 0.84% -
XYZ 31.94 16.36 20.88 -
YUV 89.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 215 18 125 0 0.92 0.42 0.16 327.41 0.85 0.46
Hex D7 12 7D 0 5C 2A 10 147 55 2E
Octal 327 22 175 0 134 52 20 507 125 56
Binary 11010111 10010 1111101 0 1011100 101010 10000 101000111 1010101 101110

Color Harmonies of #D7127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7127D

Black with #D7127D

Text Example


Text Example

White with #D7127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7127D; }

 p { color: rgb(215,18,125); }

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

background-color css

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

 a { background-color: rgb(215,18,125); }

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

border-color css

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

 span { border-color: rgb(215,18,125); }

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