Html Css Color HEX #D9127F Medium Violet Red

📋 copy color: '#D9127F'

red 217 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #D9127F

Tints of Medium Violet Red #D9127F

RGB

 RED value IS 217 (85.16% from 255) = 59.94%

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

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

R = 59.94%
G = 4.97%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9127F (or 0xD9127F) is known color: Medium Violet Red. HEX triplet: D9, 12 and 7F. RGB value is (217,18,127). Sum of RGB (Red+Green+Blue) = 217+18+127=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9127F is #26ED80. Grayscale: #595959. Windows color (decimal): -2551169 or 8327897. OLE color: 8327897.

HSL color Cylindrical-coordinate representation of color #D9127F: hue angle of 327.14º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9127F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 127 -
CMYK 0 0.92 0.41 0.15
HSL 327.14º 0.85% 0.46% -
HSV(B) 327.14º 0.92% 0.85% -
XYZ 32.66 16.72 21.58 -
YUV 89.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 217 18 127 0 0.92 0.41 0.15 327.14 0.85 0.46
Hex D9 12 7F 0 5C 29 F 147 55 2E
Octal 331 22 177 0 134 51 17 507 125 56
Binary 11011001 10010 1111111 0 1011100 101001 1111 101000111 1010101 101110

Color Harmonies of #D9127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9127F

Black with #D9127F

Text Example


Text Example

White with #D9127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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