Html Css Color HEX #D4187F Medium Violet Red

📋 copy color: '#D4187F'

red 212 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #D4187F

Tints of Medium Violet Red #D4187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 58.4%
G = 6.61%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4187F (or 0xD4187F) is known color: Medium Violet Red. HEX triplet: D4, 18 and 7F. RGB value is (212,24,127). Sum of RGB (Red+Green+Blue) = 212+24+127=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4187F is #2BE780. Grayscale: #5B5B5B. Windows color (decimal): -2877313 or 8329428. OLE color: 8329428.

HSL color Cylindrical-coordinate representation of color #D4187F: hue angle of 327.13º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4187F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 127 -
CMYK 0 0.89 0.40 0.17
HSL 327.13º 0.8% 0.46% -
HSV(B) 327.13º 0.89% 0.83% -
XYZ 31.31 16.18 21.55 -
YUV 91.95 147.78 213.62 -
System Red Green Blue C M Y K H S L
Decimal 212 24 127 0 0.89 0.40 0.17 327.13 0.8 0.46
Hex D4 18 7F 0 59 28 11 147 50 2E
Octal 324 30 177 0 131 50 21 507 120 56
Binary 11010100 11000 1111111 0 1011001 101000 10001 101000111 1010000 101110

Color Harmonies of #D4187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4187F

Black with #D4187F

Text Example


Text Example

White with #D4187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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