Html Css Color HEX #DF0982 Medium Violet Red

📋 copy color: '#DF0982'

red 223 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #DF0982

Tints of Medium Violet Red #DF0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 61.6%
G = 2.49%
B = 35.91%

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

#DF0982 (or 0xDF0982) is known color: Medium Violet Red. HEX triplet: DF, 09 and 82. RGB value is (223,9,130). Sum of RGB (Red+Green+Blue) = 223+9+130=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0982 is #20F67D. Grayscale: #565656. Windows color (decimal): -2160254 or 8522207. OLE color: 8522207.

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

Color convert

RGB 223 9 130 -
CMYK 0 0.96 0.42 0.13
HSL 326.07º 0.92% 0.45% -
HSV(B) 326.07º 0.96% 0.87% -
XYZ 34.56 17.5 22.67 -
YUV 86.78 152.4 225.16 -
System Red Green Blue C M Y K H S L
Decimal 223 9 130 0 0.96 0.42 0.13 326.07 0.92 0.45
Hex DF 9 82 0 60 2A D 146 5C 2D
Octal 337 11 202 0 140 52 15 506 134 55
Binary 11011111 1001 10000010 0 1100000 101010 1101 101000110 1011100 101101

Color Harmonies of #DF0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0982

Black with #DF0982

Text Example


Text Example

White with #DF0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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