Html Css Color HEX #DF0381 Medium Violet Red

📋 copy color: '#DF0381'

red 223 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #DF0381

Tints of Medium Violet Red #DF0381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 62.82%
G = 0.85%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF0381 (or 0xDF0381) is known color: Medium Violet Red. HEX triplet: DF, 03 and 81. RGB value is (223,3,129). Sum of RGB (Red+Green+Blue) = 223+3+129=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0381 is #20FC7E. Grayscale: #525252. Windows color (decimal): -2161791 or 8455135. OLE color: 8455135.

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

Color convert

RGB 223 3 129 -
CMYK 0 0.99 0.42 0.13
HSL 325.64º 0.97% 0.44% -
HSV(B) 325.64º 0.99% 0.87% -
XYZ 34.43 17.34 22.3 -
YUV 83.14 153.89 227.75 -
System Red Green Blue C M Y K H S L
Decimal 223 3 129 0 0.99 0.42 0.13 325.64 0.97 0.44
Hex DF 3 81 0 63 2A D 146 61 2C
Octal 337 3 201 0 143 52 15 506 141 54
Binary 11011111 11 10000001 0 1100011 101010 1101 101000110 1100001 101100

Color Harmonies of #DF0381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0381

Black with #DF0381

Text Example


Text Example

White with #DF0381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0381; }

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

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

background-color css

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

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

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

border-color css

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

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

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