Html Css Color HEX #DF1882 Medium Violet Red

📋 copy color: '#DF1882'

red 223 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #DF1882

Tints of Medium Violet Red #DF1882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 59.15%
G = 6.37%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF1882 (or 0xDF1882) is known color: Medium Violet Red. HEX triplet: DF, 18 and 82. RGB value is (223,24,130). Sum of RGB (Red+Green+Blue) = 223+24+130=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1882 is #20E77D. Grayscale: #5F5F5F. Windows color (decimal): -2156414 or 8526047. OLE color: 8526047.

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

Color convert

RGB 223 24 130 -
CMYK 0 0.89 0.42 0.13
HSL 328.04º 0.81% 0.48% -
HSV(B) 328.04º 0.89% 0.87% -
XYZ 34.79 17.95 22.75 -
YUV 95.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 223 24 130 0 0.89 0.42 0.13 328.04 0.81 0.48
Hex DF 18 82 0 59 2A D 148 51 30
Octal 337 30 202 0 131 52 15 510 121 60
Binary 11011111 11000 10000010 0 1011001 101010 1101 101001000 1010001 110000

Color Harmonies of #DF1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1882

Black with #DF1882

Text Example


Text Example

White with #DF1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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