Html Css Color HEX #D4108D Medium Violet Red

📋 copy color: '#D4108D'

red 212 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #D4108D

Tints of Medium Violet Red #D4108D

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 57.45%
G = 4.34%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4108D (or 0xD4108D) is known color: Medium Violet Red. HEX triplet: D4, 10 and 8D. RGB value is (212,16,141). Sum of RGB (Red+Green+Blue) = 212+16+141=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4108D is #2BEF72. Grayscale: #585858. Windows color (decimal): -2879347 or 9244884. OLE color: 9244884.

HSL color Cylindrical-coordinate representation of color #D4108D: hue angle of 321.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4108D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 141 -
CMYK 0 0.92 0.33 0.17
HSL 321.73º 0.86% 0.45% -
HSV(B) 321.73º 0.92% 0.83% -
XYZ 32.14 16.29 26.65 -
YUV 88.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 212 16 141 0 0.92 0.33 0.17 321.73 0.86 0.45
Hex D4 10 8D 0 5C 21 11 142 56 2D
Octal 324 20 215 0 134 41 21 502 126 55
Binary 11010100 10000 10001101 0 1011100 100001 10001 101000010 1010110 101101

Color Harmonies of #D4108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4108D

Black with #D4108D

Text Example


Text Example

White with #D4108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4108D; }

 p { color: rgb(212,16,141); }

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

background-color css

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

 a { background-color: rgb(212,16,141); }

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

border-color css

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

 span { border-color: rgb(212,16,141); }

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