Html Css Color HEX #DF0882 Medium Violet Red

📋 copy color: '#DF0882'

red 223 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #DF0882

Tints of Medium Violet Red #DF0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 61.77%
G = 2.22%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF0882 (or 0xDF0882) is known color: Medium Violet Red. HEX triplet: DF, 08 and 82. RGB value is (223,8,130). Sum of RGB (Red+Green+Blue) = 223+8+130=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0882 is #20F77D. Grayscale: #555555. Windows color (decimal): -2160510 or 8521951. OLE color: 8521951.

HSL color Cylindrical-coordinate representation of color #DF0882: hue angle of 325.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0882 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 130 -
CMYK 0 0.96 0.42 0.13
HSL 325.95º 0.93% 0.45% -
HSV(B) 325.95º 0.96% 0.87% -
XYZ 34.55 17.47 22.67 -
YUV 86.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 223 8 130 0 0.96 0.42 0.13 325.95 0.93 0.45
Hex DF 8 82 0 60 2A D 146 5D 2D
Octal 337 10 202 0 140 52 15 506 135 55
Binary 11011111 1000 10000010 0 1100000 101010 1101 101000110 1011101 101101

Color Harmonies of #DF0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0882

Black with #DF0882

Text Example


Text Example

White with #DF0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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