Html Css Color HEX #DF0A83 Medium Violet Red

📋 copy color: '#DF0A83'

red 223 ◦ green 10 ◦ blue 131

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

Shades of Medium Violet Red #DF0A83

Tints of Medium Violet Red #DF0A83

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 61.26%
G = 2.75%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF0A83 (or 0xDF0A83) is known color: Medium Violet Red. HEX triplet: DF, 0A and 83. RGB value is (223,10,131). Sum of RGB (Red+Green+Blue) = 223+10+131=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0A83 is #20F57C. Grayscale: #575757. Windows color (decimal): -2159997 or 8587999. OLE color: 8587999.

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

Color convert

RGB 223 10 131 -
CMYK 0 0.96 0.41 0.13
HSL 325.92º 0.91% 0.46% -
HSV(B) 325.92º 0.96% 0.87% -
XYZ 34.64 17.54 23.03 -
YUV 87.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 223 10 131 0 0.96 0.41 0.13 325.92 0.91 0.46
Hex DF A 83 0 60 29 D 146 5B 2E
Octal 337 12 203 0 140 51 15 506 133 56
Binary 11011111 1010 10000011 0 1100000 101001 1101 101000110 1011011 101110

Color Harmonies of #DF0A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A83

Black with #DF0A83

Text Example


Text Example

White with #DF0A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A83; }

 p { color: rgb(223,10,131); }

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

background-color css

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

 a { background-color: rgb(223,10,131); }

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

border-color css

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

 span { border-color: rgb(223,10,131); }

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