Html Css Color HEX #D4127F Medium Violet Red

📋 copy color: '#D4127F'

red 212 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #D4127F

Tints of Medium Violet Red #D4127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 59.38%
G = 5.04%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4127F (or 0xD4127F) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7F. RGB value is (212,18,127). Sum of RGB (Red+Green+Blue) = 212+18+127=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127F is #2BED80. Grayscale: #585858. Windows color (decimal): -2878849 or 8327892. OLE color: 8327892.

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

Color convert

RGB 212 18 127 -
CMYK 0 0.92 0.40 0.17
HSL 326.29º 0.84% 0.45% -
HSV(B) 326.29º 0.92% 0.83% -
XYZ 31.2 15.96 21.52 -
YUV 88.43 149.77 216.14 -
System Red Green Blue C M Y K H S L
Decimal 212 18 127 0 0.92 0.40 0.17 326.29 0.84 0.45
Hex D4 12 7F 0 5C 28 11 146 54 2D
Octal 324 22 177 0 134 50 21 506 124 55
Binary 11010100 10010 1111111 0 1011100 101000 10001 101000110 1010100 101101

Color Harmonies of #D4127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4127F

Black with #D4127F

Text Example


Text Example

White with #D4127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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