Html Css Color HEX #DF157C Medium Violet Red

📋 copy color: '#DF157C'

red 223 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #DF157C

Tints of Medium Violet Red #DF157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 60.6%
G = 5.71%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF157C (or 0xDF157C) is known color: Medium Violet Red. HEX triplet: DF, 15 and 7C. RGB value is (223,21,124). Sum of RGB (Red+Green+Blue) = 223+21+124=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF157C is #20EA83. Grayscale: #5C5C5C. Windows color (decimal): -2157188 or 8132063. OLE color: 8132063.

HSL color Cylindrical-coordinate representation of color #DF157C: hue angle of 329.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF157C is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 124 -
CMYK 0 0.91 0.44 0.13
HSL 329.41º 0.83% 0.48% -
HSV(B) 329.41º 0.91% 0.87% -
XYZ 34.34 17.68 20.67 -
YUV 93.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 223 21 124 0 0.91 0.44 0.13 329.41 0.83 0.48
Hex DF 15 7C 0 5B 2C D 149 53 30
Octal 337 25 174 0 133 54 15 511 123 60
Binary 11011111 10101 1111100 0 1011011 101100 1101 101001001 1010011 110000

Color Harmonies of #DF157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF157C

Black with #DF157C

Text Example


Text Example

White with #DF157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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