Html Css Color HEX #DF1A8E Medium Violet Red

📋 copy color: '#DF1A8E'

red 223 ◦ green 26 ◦ blue 142

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

Shades of Medium Violet Red #DF1A8E

Tints of Medium Violet Red #DF1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

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

R = 57.03%
G = 6.65%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF1A8E (or 0xDF1A8E) is known color: Medium Violet Red. HEX triplet: DF, 1A and 8E. RGB value is (223,26,142). Sum of RGB (Red+Green+Blue) = 223+26+142=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A8E is #20E571. Grayscale: #616161. Windows color (decimal): -2155890 or 9312991. OLE color: 9312991.

HSL color Cylindrical-coordinate representation of color #DF1A8E: hue angle of 324.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A8E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 142 -
CMYK 0 0.88 0.36 0.13
HSL 324.67º 0.79% 0.49% -
HSV(B) 324.67º 0.88% 0.87% -
XYZ 35.68 18.38 27.26 -
YUV 98.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 223 26 142 0 0.88 0.36 0.13 324.67 0.79 0.49
Hex DF 1A 8E 0 58 24 D 145 4F 31
Octal 337 32 216 0 130 44 15 505 117 61
Binary 11011111 11010 10001110 0 1011000 100100 1101 101000101 1001111 110001

Color Harmonies of #DF1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A8E

Black with #DF1A8E

Text Example


Text Example

White with #DF1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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