#DF5ABA

Color #DF5ABA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF5ABA

Tints of Free Speech Magenta #DF5ABA

Color information

#DF5ABA (or 0xDF5ABA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5A and BA. RGB value is (223,90,186). Sum of RGB (Red+Green+Blue) = 223+90+186=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ABA is #20A545. Grayscale: #8C8C8C. Windows color (decimal): -2139462 or 12212959. OLE color: 12212959.

HSL color Cylindrical-coordinate representation of color #DF5ABA: hue angle of 316.69º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5ABA is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22390186-
CMYK00.600.170.13
HSL316.69º67.51%61.37%-
HSV(B)316.69º59.64%87.45%-
XYZ42.9526.5549.31-
YUV140.71153.56186.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=44.69%
G=18.04%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239018600.600.170.13316.6967.5161.37
HexDF5ABA03C11D13d443d
Octal337132272074211547510475
Binary1101111110110101011101001111001000111011001111011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5ABA; }

 p { color: rgb(223,90,186); }

 H1.HeaderClassName
 {
   color: #DF5ABA;
 }
 .AnyTagClassName
 {
   color: #DF5ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(223,90,186); }

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

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

 span { border-color: rgb(223,90,186); }

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