Html Css Color HEX #D4127A Medium Violet Red

📋 copy color: '#D4127A'

red 212 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #D4127A

Tints of Medium Violet Red #D4127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 60.23%
G = 5.11%
B = 34.66%

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

#D4127A (or 0xD4127A) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7A. RGB value is (212,18,122). Sum of RGB (Red+Green+Blue) = 212+18+122=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127A is #2BED85. Grayscale: #575757. Windows color (decimal): -2878854 or 8000212. OLE color: 8000212.

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

Color convert

RGB 212 18 122 -
CMYK 0 0.92 0.42 0.17
HSL 327.84º 0.84% 0.45% -
HSV(B) 327.84º 0.92% 0.83% -
XYZ 30.88 15.83 19.84 -
YUV 87.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 212 18 122 0 0.92 0.42 0.17 327.84 0.84 0.45
Hex D4 12 7A 0 5C 2A 11 148 54 2D
Octal 324 22 172 0 134 52 21 510 124 55
Binary 11010100 10010 1111010 0 1011100 101010 10001 101001000 1010100 101101

Color Harmonies of #D4127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4127A

Black with #D4127A

Text Example


Text Example

White with #D4127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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