Html Css Color HEX #DF0481 Medium Violet Red

📋 copy color: '#DF0481'

red 223 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #DF0481

Tints of Medium Violet Red #DF0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 62.64%
G = 1.12%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF0481 (or 0xDF0481) is known color: Medium Violet Red. HEX triplet: DF, 04 and 81. RGB value is (223,4,129). Sum of RGB (Red+Green+Blue) = 223+4+129=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0481 is #20FB7E. Grayscale: #535353. Windows color (decimal): -2161535 or 8455391. OLE color: 8455391.

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

Color convert

RGB 223 4 129 -
CMYK 0 0.98 0.42 0.13
HSL 325.75º 0.96% 0.45% -
HSV(B) 325.75º 0.98% 0.87% -
XYZ 34.44 17.36 22.3 -
YUV 83.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 223 4 129 0 0.98 0.42 0.13 325.75 0.96 0.45
Hex DF 4 81 0 62 2A D 146 60 2D
Octal 337 4 201 0 142 52 15 506 140 55
Binary 11011111 100 10000001 0 1100010 101010 1101 101000110 1100000 101101

Color Harmonies of #DF0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0481

Black with #DF0481

Text Example


Text Example

White with #DF0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0481; }

 p { color: rgb(223,4,129); }

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

background-color css

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

 a { background-color: rgb(223,4,129); }

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

border-color css

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

 span { border-color: rgb(223,4,129); }

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