Html Css Color HEX #D4157C Medium Violet Red

📋 copy color: '#D4157C'

red 212 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #D4157C

Tints of Medium Violet Red #D4157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 59.38%
G = 5.88%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4157C (or 0xD4157C) is known color: Medium Violet Red. HEX triplet: D4, 15 and 7C. RGB value is (212,21,124). Sum of RGB (Red+Green+Blue) = 212+21+124=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4157C is #2BEA83. Grayscale: #595959. Windows color (decimal): -2878084 or 8132052. OLE color: 8132052.

HSL color Cylindrical-coordinate representation of color #D4157C: hue angle of 327.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4157C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 124 -
CMYK 0 0.90 0.42 0.17
HSL 327.64º 0.82% 0.46% -
HSV(B) 327.64º 0.9% 0.83% -
XYZ 31.06 15.99 20.52 -
YUV 89.85 147.28 215.12 -
System Red Green Blue C M Y K H S L
Decimal 212 21 124 0 0.90 0.42 0.17 327.64 0.82 0.46
Hex D4 15 7C 0 5A 2A 11 148 52 2E
Octal 324 25 174 0 132 52 21 510 122 56
Binary 11010100 10101 1111100 0 1011010 101010 10001 101001000 1010010 101110

Color Harmonies of #D4157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4157C

Black with #D4157C

Text Example


Text Example

White with #D4157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4157C; }

 p { color: rgb(212,21,124); }

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

background-color css

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

 a { background-color: rgb(212,21,124); }

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

border-color css

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

 span { border-color: rgb(212,21,124); }

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