Html Css Color HEX #DF127F Medium Violet Red

📋 copy color: '#DF127F'

red 223 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #DF127F

Tints of Medium Violet Red #DF127F

RGB

 RED value IS 223 (87.5% from 255) = 60.6%

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

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

R = 60.6%
G = 4.89%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF127F (or 0xDF127F) is known color: Medium Violet Red. HEX triplet: DF, 12 and 7F. RGB value is (223,18,127). Sum of RGB (Red+Green+Blue) = 223+18+127=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF127F is #20ED80. Grayscale: #5B5B5B. Windows color (decimal): -2157953 or 8327903. OLE color: 8327903.

HSL color Cylindrical-coordinate representation of color #DF127F: hue angle of 328.1º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF127F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 127 -
CMYK 0 0.92 0.43 0.13
HSL 328.1º 0.85% 0.47% -
HSV(B) 328.1º 0.92% 0.87% -
XYZ 34.48 17.65 21.67 -
YUV 91.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 223 18 127 0 0.92 0.43 0.13 328.1 0.85 0.47
Hex DF 12 7F 0 5C 2B D 148 55 2F
Octal 337 22 177 0 134 53 15 510 125 57
Binary 11011111 10010 1111111 0 1011100 101011 1101 101001000 1010101 101111

Color Harmonies of #DF127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF127F

Black with #DF127F

Text Example


Text Example

White with #DF127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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