Html Css Color HEX #DF157F Medium Violet Red

📋 copy color: '#DF157F'

red 223 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #DF157F

Tints of Medium Violet Red #DF157F

RGB

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

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

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

R = 60.11%
G = 5.66%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF157F (or 0xDF157F) is known color: Medium Violet Red. HEX triplet: DF, 15 and 7F. RGB value is (223,21,127). Sum of RGB (Red+Green+Blue) = 223+21+127=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF157F is #20EA80. Grayscale: #5D5D5D. Windows color (decimal): -2157185 or 8328671. OLE color: 8328671.

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

Color convert

RGB 223 21 127 -
CMYK 0 0.91 0.43 0.13
HSL 328.51º 0.83% 0.48% -
HSV(B) 328.51º 0.91% 0.87% -
XYZ 34.53 17.76 21.69 -
YUV 93.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 223 21 127 0 0.91 0.43 0.13 328.51 0.83 0.48
Hex DF 15 7F 0 5B 2B D 149 53 30
Octal 337 25 177 0 133 53 15 511 123 60
Binary 11011111 10101 1111111 0 1011011 101011 1101 101001001 1010011 110000

Color Harmonies of #DF157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF157F

Black with #DF157F

Text Example


Text Example

White with #DF157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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