Html Css Color HEX #DF0885 Medium Violet Red

📋 copy color: '#DF0885'

red 223 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #DF0885

Tints of Medium Violet Red #DF0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 61.26%
G = 2.2%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF0885 (or 0xDF0885) is known color: Medium Violet Red. HEX triplet: DF, 08 and 85. RGB value is (223,8,133). Sum of RGB (Red+Green+Blue) = 223+8+133=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0885 is #20F77A. Grayscale: #565656. Windows color (decimal): -2160507 or 8718559. OLE color: 8718559.

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

Color convert

RGB 223 8 133 -
CMYK 0 0.96 0.40 0.13
HSL 325.12º 0.93% 0.45% -
HSV(B) 325.12º 0.96% 0.87% -
XYZ 34.75 17.56 23.75 -
YUV 86.54 154.23 225.34 -
System Red Green Blue C M Y K H S L
Decimal 223 8 133 0 0.96 0.40 0.13 325.12 0.93 0.45
Hex DF 8 85 0 60 28 D 145 5D 2D
Octal 337 10 205 0 140 50 15 505 135 55
Binary 11011111 1000 10000101 0 1100000 101000 1101 101000101 1011101 101101

Color Harmonies of #DF0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0885

Black with #DF0885

Text Example


Text Example

White with #DF0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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