Html Css Color HEX #DF088D Medium Violet Red

📋 copy color: '#DF088D'

red 223 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #DF088D

Tints of Medium Violet Red #DF088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 59.95%
G = 2.15%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF088D (or 0xDF088D) is known color: Medium Violet Red. HEX triplet: DF, 08 and 8D. RGB value is (223,8,141). Sum of RGB (Red+Green+Blue) = 223+8+141=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF088D is #20F772. Grayscale: #575757. Windows color (decimal): -2160499 or 9242847. OLE color: 9242847.

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

Color convert

RGB 223 8 141 -
CMYK 0 0.96 0.37 0.13
HSL 322.88º 0.93% 0.45% -
HSV(B) 322.88º 0.96% 0.87% -
XYZ 35.33 17.78 26.77 -
YUV 87.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 223 8 141 0 0.96 0.37 0.13 322.88 0.93 0.45
Hex DF 8 8D 0 60 25 D 143 5D 2D
Octal 337 10 215 0 140 45 15 503 135 55
Binary 11011111 1000 10001101 0 1100000 100101 1101 101000011 1011101 101101

Color Harmonies of #DF088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF088D

Black with #DF088D

Text Example


Text Example

White with #DF088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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