Html Css Color HEX #DF1A99 Medium Violet Red

📋 copy color: '#DF1A99'

red 223 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #DF1A99

Tints of Medium Violet Red #DF1A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 55.47%
G = 6.47%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF1A99 (or 0xDF1A99) is known color: Medium Violet Red. HEX triplet: DF, 1A and 99. RGB value is (223,26,153). Sum of RGB (Red+Green+Blue) = 223+26+153=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A99 is #20E566. Grayscale: #636363. Windows color (decimal): -2155879 or 10033887. OLE color: 10033887.

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

Color convert

RGB 223 26 153 -
CMYK 0 0.88 0.31 0.13
HSL 321.32º 0.79% 0.49% -
HSV(B) 321.32º 0.88% 0.87% -
XYZ 36.55 18.73 31.83 -
YUV 99.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 223 26 153 0 0.88 0.31 0.13 321.32 0.79 0.49
Hex DF 1A 99 0 58 1F D 141 4F 31
Octal 337 32 231 0 130 37 15 501 117 61
Binary 11011111 11010 10011001 0 1011000 11111 1101 101000001 1001111 110001

Color Harmonies of #DF1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A99

Black with #DF1A99

Text Example


Text Example

White with #DF1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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