Html Css Color HEX #D8129C Medium Violet Red

📋 copy color: '#D8129C'

red 216 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #D8129C

Tints of Medium Violet Red #D8129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 55.38%
G = 4.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8129C (or 0xD8129C) is known color: Medium Violet Red. HEX triplet: D8, 12 and 9C. RGB value is (216,18,156). Sum of RGB (Red+Green+Blue) = 216+18+156=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8129C is #27ED63. Grayscale: #5C5C5C. Windows color (decimal): -2616676 or 10228440. OLE color: 10228440.

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

Color convert

RGB 216 18 156 -
CMYK 0 0.92 0.28 0.15
HSL 318.18º 0.85% 0.46% -
HSV(B) 318.18º 0.92% 0.85% -
XYZ 34.54 17.43 33 -
YUV 92.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 216 18 156 0 0.92 0.28 0.15 318.18 0.85 0.46
Hex D8 12 9C 0 5C 1C F 13E 55 2E
Octal 330 22 234 0 134 34 17 476 125 56
Binary 11011000 10010 10011100 0 1011100 11100 1111 100111110 1010101 101110

Color Harmonies of #D8129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8129C

Black with #D8129C

Text Example


Text Example

White with #D8129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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