Html Css Color HEX #DF088E Medium Violet Red

📋 copy color: '#DF088E'

red 223 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #DF088E

Tints of Medium Violet Red #DF088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 59.79%
G = 2.14%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF088E (or 0xDF088E) is known color: Medium Violet Red. HEX triplet: DF, 08 and 8E. RGB value is (223,8,142). Sum of RGB (Red+Green+Blue) = 223+8+142=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF088E is #20F771. Grayscale: #575757. Windows color (decimal): -2160498 or 9308383. OLE color: 9308383.

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

Color convert

RGB 223 8 142 -
CMYK 0 0.96 0.36 0.13
HSL 322.6º 0.93% 0.45% -
HSV(B) 322.6º 0.96% 0.87% -
XYZ 35.4 17.81 27.16 -
YUV 87.56 158.73 224.6 -
System Red Green Blue C M Y K H S L
Decimal 223 8 142 0 0.96 0.36 0.13 322.6 0.93 0.45
Hex DF 8 8E 0 60 24 D 143 5D 2D
Octal 337 10 216 0 140 44 15 503 135 55
Binary 11011111 1000 10001110 0 1100000 100100 1101 101000011 1011101 101101

Color Harmonies of #DF088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF088E

Black with #DF088E

Text Example


Text Example

White with #DF088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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