Html Css Color HEX #DF148E Medium Violet Red

📋 copy color: '#DF148E'

red 223 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #DF148E

Tints of Medium Violet Red #DF148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 57.92%
G = 5.19%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF148E (or 0xDF148E) is known color: Medium Violet Red. HEX triplet: DF, 14 and 8E. RGB value is (223,20,142). Sum of RGB (Red+Green+Blue) = 223+20+142=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF148E is #20EB71. Grayscale: #5E5E5E. Windows color (decimal): -2157426 or 9311455. OLE color: 9311455.

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

Color convert

RGB 223 20 142 -
CMYK 0 0.91 0.36 0.13
HSL 323.94º 0.84% 0.48% -
HSV(B) 323.94º 0.91% 0.87% -
XYZ 35.56 18.14 27.22 -
YUV 94.61 154.75 219.58 -
System Red Green Blue C M Y K H S L
Decimal 223 20 142 0 0.91 0.36 0.13 323.94 0.84 0.48
Hex DF 14 8E 0 5B 24 D 144 54 30
Octal 337 24 216 0 133 44 15 504 124 60
Binary 11011111 10100 10001110 0 1011011 100100 1101 101000100 1010100 110000

Color Harmonies of #DF148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF148E

Black with #DF148E

Text Example


Text Example

White with #DF148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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