Html Css Color HEX #DF1381 Medium Violet Red

📋 copy color: '#DF1381'

red 223 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #DF1381

Tints of Medium Violet Red #DF1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 60.11%
G = 5.12%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF1381 (or 0xDF1381) is known color: Medium Violet Red. HEX triplet: DF, 13 and 81. RGB value is (223,19,129). Sum of RGB (Red+Green+Blue) = 223+19+129=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1381 is #20EC7E. Grayscale: #5C5C5C. Windows color (decimal): -2157695 or 8459231. OLE color: 8459231.

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

Color convert

RGB 223 19 129 -
CMYK 0 0.91 0.42 0.13
HSL 327.65º 0.84% 0.47% -
HSV(B) 327.65º 0.91% 0.87% -
XYZ 34.63 17.74 22.37 -
YUV 92.54 148.59 221.06 -
System Red Green Blue C M Y K H S L
Decimal 223 19 129 0 0.91 0.42 0.13 327.65 0.84 0.47
Hex DF 13 81 0 5B 2A D 148 54 2F
Octal 337 23 201 0 133 52 15 510 124 57
Binary 11011111 10011 10000001 0 1011011 101010 1101 101001000 1010100 101111

Color Harmonies of #DF1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1381

Black with #DF1381

Text Example


Text Example

White with #DF1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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