Html Css Color HEX #DF158B Medium Violet Red

📋 copy color: '#DF158B'

red 223 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #DF158B

Tints of Medium Violet Red #DF158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 58.22%
G = 5.48%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF158B (or 0xDF158B) is known color: Medium Violet Red. HEX triplet: DF, 15 and 8B. RGB value is (223,21,139). Sum of RGB (Red+Green+Blue) = 223+21+139=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF158B is #20EA74. Grayscale: #5E5E5E. Windows color (decimal): -2157173 or 9115103. OLE color: 9115103.

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

Color convert

RGB 223 21 139 -
CMYK 0 0.91 0.38 0.13
HSL 324.95º 0.83% 0.48% -
HSV(B) 324.95º 0.91% 0.87% -
XYZ 35.36 18.09 26.05 -
YUV 94.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 223 21 139 0 0.91 0.38 0.13 324.95 0.83 0.48
Hex DF 15 8B 0 5B 26 D 145 53 30
Octal 337 25 213 0 133 46 15 505 123 60
Binary 11011111 10101 10001011 0 1011011 100110 1101 101000101 1010011 110000

Color Harmonies of #DF158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF158B

Black with #DF158B

Text Example


Text Example

White with #DF158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF158B; }

 p { color: rgb(223,21,139); }

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

background-color css

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

 a { background-color: rgb(223,21,139); }

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

border-color css

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

 span { border-color: rgb(223,21,139); }

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