Html Css Color HEX #DF0685 Medium Violet Red

📋 copy color: '#DF0685'

red 223 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #DF0685

Tints of Medium Violet Red #DF0685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

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

R = 61.6%
G = 1.66%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF0685 (or 0xDF0685) is known color: Medium Violet Red. HEX triplet: DF, 06 and 85. RGB value is (223,6,133). Sum of RGB (Red+Green+Blue) = 223+6+133=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0685 is #20F97A. Grayscale: #555555. Windows color (decimal): -2161019 or 8718047. OLE color: 8718047.

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

Color convert

RGB 223 6 133 -
CMYK 0 0.97 0.40 0.13
HSL 324.88º 0.95% 0.45% -
HSV(B) 324.88º 0.97% 0.87% -
XYZ 34.73 17.51 23.74 -
YUV 85.36 154.89 226.17 -
System Red Green Blue C M Y K H S L
Decimal 223 6 133 0 0.97 0.40 0.13 324.88 0.95 0.45
Hex DF 6 85 0 61 28 D 145 5F 2D
Octal 337 6 205 0 141 50 15 505 137 55
Binary 11011111 110 10000101 0 1100001 101000 1101 101000101 1011111 101101

Color Harmonies of #DF0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0685

Black with #DF0685

Text Example


Text Example

White with #DF0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0685; }

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

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

background-color css

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

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

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

border-color css

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

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

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