Html Css Color HEX #D8127B Medium Violet Red

📋 copy color: '#D8127B'

red 216 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D8127B

Tints of Medium Violet Red #D8127B

RGB

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

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

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

R = 60.5%
G = 5.04%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8127B (or 0xD8127B) is known color: Medium Violet Red. HEX triplet: D8, 12 and 7B. RGB value is (216,18,123). Sum of RGB (Red+Green+Blue) = 216+18+123=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8127B is #27ED84. Grayscale: #585858. Windows color (decimal): -2616709 or 8065752. OLE color: 8065752.

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

Color convert

RGB 216 18 123 -
CMYK 0 0.92 0.43 0.15
HSL 328.18º 0.85% 0.46% -
HSV(B) 328.18º 0.92% 0.85% -
XYZ 32.11 16.46 20.22 -
YUV 89.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 216 18 123 0 0.92 0.43 0.15 328.18 0.85 0.46
Hex D8 12 7B 0 5C 2B F 148 55 2E
Octal 330 22 173 0 134 53 17 510 125 56
Binary 11011000 10010 1111011 0 1011100 101011 1111 101001000 1010101 101110

Color Harmonies of #D8127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8127B

Black with #D8127B

Text Example


Text Example

White with #D8127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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