Html Css Color HEX #DF158A Medium Violet Red

📋 copy color: '#DF158A'

red 223 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #DF158A

Tints of Medium Violet Red #DF158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 58.38%
G = 5.5%
B = 36.13%

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

#DF158A (or 0xDF158A) is known color: Medium Violet Red. HEX triplet: DF, 15 and 8A. RGB value is (223,21,138). Sum of RGB (Red+Green+Blue) = 223+21+138=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF158A is #20EA75. Grayscale: #5E5E5E. Windows color (decimal): -2157174 or 9049567. OLE color: 9049567.

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

Color convert

RGB 223 21 138 -
CMYK 0 0.91 0.38 0.13
HSL 325.25º 0.83% 0.48% -
HSV(B) 325.25º 0.91% 0.87% -
XYZ 35.29 18.06 25.67 -
YUV 94.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 223 21 138 0 0.91 0.38 0.13 325.25 0.83 0.48
Hex DF 15 8A 0 5B 26 D 145 53 30
Octal 337 25 212 0 133 46 15 505 123 60
Binary 11011111 10101 10001010 0 1011011 100110 1101 101000101 1010011 110000

Color Harmonies of #DF158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF158A

Black with #DF158A

Text Example


Text Example

White with #DF158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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