Html Css Color HEX #D8127F Medium Violet Red

📋 copy color: '#D8127F'

red 216 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #D8127F

Tints of Medium Violet Red #D8127F

RGB

 RED value IS 216 (84.77% from 255) = 59.83%

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 59.83%
G = 4.99%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8127F (or 0xD8127F) is known color: Medium Violet Red. HEX triplet: D8, 12 and 7F. RGB value is (216,18,127). Sum of RGB (Red+Green+Blue) = 216+18+127=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8127F is #27ED80. Grayscale: #595959. Windows color (decimal): -2616705 or 8327896. OLE color: 8327896.

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

Color convert

RGB 216 18 127 -
CMYK 0 0.92 0.41 0.15
HSL 326.97º 0.85% 0.46% -
HSV(B) 326.97º 0.92% 0.85% -
XYZ 32.37 16.56 21.57 -
YUV 89.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 216 18 127 0 0.92 0.41 0.15 326.97 0.85 0.46
Hex D8 12 7F 0 5C 29 F 147 55 2E
Octal 330 22 177 0 134 51 17 507 125 56
Binary 11011000 10010 1111111 0 1011100 101001 1111 101000111 1010101 101110

Color Harmonies of #D8127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8127F

Black with #D8127F

Text Example


Text Example

White with #D8127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8127F; }

 p { color: rgb(216,18,127); }

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

background-color css

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

 a { background-color: rgb(216,18,127); }

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

border-color css

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

 span { border-color: rgb(216,18,127); }

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