Html Css Color HEX #DF157A Medium Violet Red

📋 copy color: '#DF157A'

red 223 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #DF157A

Tints of Medium Violet Red #DF157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 60.93%
G = 5.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF157A (or 0xDF157A) is known color: Medium Violet Red. HEX triplet: DF, 15 and 7A. RGB value is (223,21,122). Sum of RGB (Red+Green+Blue) = 223+21+122=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF157A is #20EA85. Grayscale: #5C5C5C. Windows color (decimal): -2157190 or 8000991. OLE color: 8000991.

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

Color convert

RGB 223 21 122 -
CMYK 0 0.91 0.45 0.13
HSL 330º 0.83% 0.48% -
HSV(B) 330º 0.91% 0.87% -
XYZ 34.21 17.63 20.01 -
YUV 92.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 223 21 122 0 0.91 0.45 0.13 330 0.83 0.48
Hex DF 15 7A 0 5B 2D D 14A 53 30
Octal 337 25 172 0 133 55 15 512 123 60
Binary 11011111 10101 1111010 0 1011011 101101 1101 101001010 1010011 110000

Color Harmonies of #DF157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF157A

Black with #DF157A

Text Example


Text Example

White with #DF157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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