Html Css Color HEX #D4127C Medium Violet Red

📋 copy color: '#D4127C'

red 212 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #D4127C

Tints of Medium Violet Red #D4127C

RGB

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

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

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

R = 59.89%
G = 5.08%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4127C (or 0xD4127C) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7C. RGB value is (212,18,124). Sum of RGB (Red+Green+Blue) = 212+18+124=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127C is #2BED83. Grayscale: #575757. Windows color (decimal): -2878852 or 8131284. OLE color: 8131284.

HSL color Cylindrical-coordinate representation of color #D4127C: hue angle of 327.22º degrees, saturation: 0.84, 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 #D4127C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 124 -
CMYK 0 0.92 0.42 0.17
HSL 327.22º 0.84% 0.45% -
HSV(B) 327.22º 0.92% 0.83% -
XYZ 31.01 15.88 20.5 -
YUV 88.09 148.27 216.38 -
System Red Green Blue C M Y K H S L
Decimal 212 18 124 0 0.92 0.42 0.17 327.22 0.84 0.45
Hex D4 12 7C 0 5C 2A 11 147 54 2D
Octal 324 22 174 0 134 52 21 507 124 55
Binary 11010100 10010 1111100 0 1011100 101010 10001 101000111 1010100 101101

Color Harmonies of #D4127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4127C

Black with #D4127C

Text Example


Text Example

White with #D4127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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