Html Css Color HEX #D4117D Medium Violet Red

📋 copy color: '#D4117D'

red 212 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #D4117D

Tints of Medium Violet Red #D4117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 59.89%
G = 4.8%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4117D (or 0xD4117D) is known color: Medium Violet Red. HEX triplet: D4, 11 and 7D. RGB value is (212,17,125). Sum of RGB (Red+Green+Blue) = 212+17+125=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4117D is #2BEE82. Grayscale: #575757. Windows color (decimal): -2879107 or 8196564. OLE color: 8196564.

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

Color convert

RGB 212 17 125 -
CMYK 0 0.92 0.41 0.17
HSL 326.77º 0.85% 0.45% -
HSV(B) 326.77º 0.92% 0.83% -
XYZ 31.05 15.88 20.83 -
YUV 87.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 212 17 125 0 0.92 0.41 0.17 326.77 0.85 0.45
Hex D4 11 7D 0 5C 29 11 147 55 2D
Octal 324 21 175 0 134 51 21 507 125 55
Binary 11010100 10001 1111101 0 1011100 101001 10001 101000111 1010101 101101

Color Harmonies of #D4117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4117D

Black with #D4117D

Text Example


Text Example

White with #D4117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4117D; }

 p { color: rgb(212,17,125); }

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

background-color css

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

 a { background-color: rgb(212,17,125); }

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

border-color css

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

 span { border-color: rgb(212,17,125); }

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