Html Css Color HEX #DF1394 Medium Violet Red

📋 copy color: '#DF1394'

red 223 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #DF1394

Tints of Medium Violet Red #DF1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 57.18%
G = 4.87%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF1394 (or 0xDF1394) is known color: Medium Violet Red. HEX triplet: DF, 13 and 94. RGB value is (223,19,148). Sum of RGB (Red+Green+Blue) = 223+19+148=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1394 is #20EC6B. Grayscale: #5E5E5E. Windows color (decimal): -2157676 or 9704415. OLE color: 9704415.

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

Color convert

RGB 223 19 148 -
CMYK 0 0.91 0.34 0.13
HSL 322.06º 0.84% 0.47% -
HSV(B) 322.06º 0.91% 0.87% -
XYZ 36.01 18.29 29.65 -
YUV 94.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 223 19 148 0 0.91 0.34 0.13 322.06 0.84 0.47
Hex DF 13 94 0 5B 22 D 142 54 2F
Octal 337 23 224 0 133 42 15 502 124 57
Binary 11011111 10011 10010100 0 1011011 100010 1101 101000010 1010100 101111

Color Harmonies of #DF1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1394

Black with #DF1394

Text Example


Text Example

White with #DF1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1394; }

 p { color: rgb(223,19,148); }

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

background-color css

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

 a { background-color: rgb(223,19,148); }

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

border-color css

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

 span { border-color: rgb(223,19,148); }

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