Html Css Color HEX #DF1280 Medium Violet Red

📋 copy color: '#DF1280'

red 223 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #DF1280

Tints of Medium Violet Red #DF1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 60.43%
G = 4.88%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF1280 (or 0xDF1280) is known color: Medium Violet Red. HEX triplet: DF, 12 and 80. RGB value is (223,18,128). Sum of RGB (Red+Green+Blue) = 223+18+128=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1280 is #20ED7F. Grayscale: #5B5B5B. Windows color (decimal): -2157952 or 8393439. OLE color: 8393439.

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

Color convert

RGB 223 18 128 -
CMYK 0 0.92 0.43 0.13
HSL 327.8º 0.85% 0.47% -
HSV(B) 327.8º 0.92% 0.87% -
XYZ 34.54 17.68 22.01 -
YUV 91.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 223 18 128 0 0.92 0.43 0.13 327.8 0.85 0.47
Hex DF 12 80 0 5C 2B D 148 55 2F
Octal 337 22 200 0 134 53 15 510 125 57
Binary 11011111 10010 10000000 0 1011100 101011 1101 101001000 1010101 101111

Color Harmonies of #DF1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1280

Black with #DF1280

Text Example


Text Example

White with #DF1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1280; }

 p { color: rgb(223,18,128); }

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

background-color css

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

 a { background-color: rgb(223,18,128); }

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

border-color css

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

 span { border-color: rgb(223,18,128); }

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