Html Css Color HEX #DF148C Medium Violet Red

📋 copy color: '#DF148C'

red 223 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #DF148C

Tints of Medium Violet Red #DF148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 58.22%
G = 5.22%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF148C (or 0xDF148C) is known color: Medium Violet Red. HEX triplet: DF, 14 and 8C. RGB value is (223,20,140). Sum of RGB (Red+Green+Blue) = 223+20+140=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF148C is #20EB73. Grayscale: #5E5E5E. Windows color (decimal): -2157428 or 9180383. OLE color: 9180383.

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

Color convert

RGB 223 20 140 -
CMYK 0 0.91 0.37 0.13
HSL 324.53º 0.84% 0.48% -
HSV(B) 324.53º 0.91% 0.87% -
XYZ 35.42 18.08 26.43 -
YUV 94.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 223 20 140 0 0.91 0.37 0.13 324.53 0.84 0.48
Hex DF 14 8C 0 5B 25 D 145 54 30
Octal 337 24 214 0 133 45 15 505 124 60
Binary 11011111 10100 10001100 0 1011011 100101 1101 101000101 1010100 110000

Color Harmonies of #DF148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF148C

Black with #DF148C

Text Example


Text Example

White with #DF148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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