Html Css Color HEX #DF1880 Medium Violet Red

📋 copy color: '#DF1880'

red 223 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #DF1880

Tints of Medium Violet Red #DF1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

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

R = 59.47%
G = 6.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF1880 (or 0xDF1880) is known color: Medium Violet Red. HEX triplet: DF, 18 and 80. RGB value is (223,24,128). Sum of RGB (Red+Green+Blue) = 223+24+128=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1880 is #20E77F. Grayscale: #5F5F5F. Windows color (decimal): -2156416 or 8394975. OLE color: 8394975.

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

Color convert

RGB 223 24 128 -
CMYK 0 0.89 0.43 0.13
HSL 328.64º 0.81% 0.48% -
HSV(B) 328.64º 0.89% 0.87% -
XYZ 34.65 17.9 22.05 -
YUV 95.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 223 24 128 0 0.89 0.43 0.13 328.64 0.81 0.48
Hex DF 18 80 0 59 2B D 149 51 30
Octal 337 30 200 0 131 53 15 511 121 60
Binary 11011111 11000 10000000 0 1011001 101011 1101 101001001 1010001 110000

Color Harmonies of #DF1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1880

Black with #DF1880

Text Example


Text Example

White with #DF1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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