Html Css Color HEX #DF157E Medium Violet Red

📋 copy color: '#DF157E'

red 223 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #DF157E

Tints of Medium Violet Red #DF157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 60.27%
G = 5.68%
B = 34.05%

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

#DF157E (or 0xDF157E) is known color: Medium Violet Red. HEX triplet: DF, 15 and 7E. RGB value is (223,21,126). Sum of RGB (Red+Green+Blue) = 223+21+126=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF157E is #20EA81. Grayscale: #5D5D5D. Windows color (decimal): -2157186 or 8263135. OLE color: 8263135.

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

Color convert

RGB 223 21 126 -
CMYK 0 0.91 0.43 0.13
HSL 328.81º 0.83% 0.48% -
HSV(B) 328.81º 0.91% 0.87% -
XYZ 34.47 17.73 21.34 -
YUV 93.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 223 21 126 0 0.91 0.43 0.13 328.81 0.83 0.48
Hex DF 15 7E 0 5B 2B D 149 53 30
Octal 337 25 176 0 133 53 15 511 123 60
Binary 11011111 10101 1111110 0 1011011 101011 1101 101001001 1010011 110000

Color Harmonies of #DF157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF157E

Black with #DF157E

Text Example


Text Example

White with #DF157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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