Html Css Color HEX #DF0485 Medium Violet Red

📋 copy color: '#DF0485'

red 223 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #DF0485

Tints of Medium Violet Red #DF0485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 61.94%
G = 1.11%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF0485 (or 0xDF0485) is known color: Medium Violet Red. HEX triplet: DF, 04 and 85. RGB value is (223,4,133). Sum of RGB (Red+Green+Blue) = 223+4+133=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0485 is #20FB7A. Grayscale: #535353. Windows color (decimal): -2161531 or 8717535. OLE color: 8717535.

HSL color Cylindrical-coordinate representation of color #DF0485: hue angle of 324.66º 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 #DF0485 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 133 -
CMYK 0 0.98 0.40 0.13
HSL 324.66º 0.96% 0.45% -
HSV(B) 324.66º 0.98% 0.87% -
XYZ 34.71 17.47 23.73 -
YUV 84.19 155.55 227.01 -
System Red Green Blue C M Y K H S L
Decimal 223 4 133 0 0.98 0.40 0.13 324.66 0.96 0.45
Hex DF 4 85 0 62 28 D 145 60 2D
Octal 337 4 205 0 142 50 15 505 140 55
Binary 11011111 100 10000101 0 1100010 101000 1101 101000101 1100000 101101

Color Harmonies of #DF0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0485

Black with #DF0485

Text Example


Text Example

White with #DF0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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