Html Css Color HEX #DF127C Medium Violet Red

📋 copy color: '#DF127C'

red 223 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #DF127C

Tints of Medium Violet Red #DF127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 61.1%
G = 4.93%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF127C (or 0xDF127C) is known color: Medium Violet Red. HEX triplet: DF, 12 and 7C. RGB value is (223,18,124). Sum of RGB (Red+Green+Blue) = 223+18+124=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF127C is #20ED83. Grayscale: #5B5B5B. Windows color (decimal): -2157956 or 8131295. OLE color: 8131295.

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

Color convert

RGB 223 18 124 -
CMYK 0 0.92 0.44 0.13
HSL 328.98º 0.85% 0.47% -
HSV(B) 328.98º 0.92% 0.87% -
XYZ 34.29 17.58 20.65 -
YUV 91.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 223 18 124 0 0.92 0.44 0.13 328.98 0.85 0.47
Hex DF 12 7C 0 5C 2C D 149 55 2F
Octal 337 22 174 0 134 54 15 511 125 57
Binary 11011111 10010 1111100 0 1011100 101100 1101 101001001 1010101 101111

Color Harmonies of #DF127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF127C

Black with #DF127C

Text Example


Text Example

White with #DF127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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