#DF5AC1

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

Shades of Free Speech Magenta #DF5AC1

Tints of Free Speech Magenta #DF5AC1

Color information

#DF5AC1 (or 0xDF5AC1) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5A and C1. RGB value is (223,90,193). Sum of RGB (Red+Green+Blue) = 223+90+193=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AC1 is #20A53E. Grayscale: #8D8D8D. Windows color (decimal): -2139455 or 12671711. OLE color: 12671711.

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

Color convert

RGB22390193-
CMYK00.600.130.13
HSL313.53º67.51%61.37%-
HSV(B)313.53º59.64%87.45%-
XYZ43.7126.8553.33-
YUV141.51157.06186.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=44.07%
G=17.79%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239019300.600.130.13313.5367.5161.37
HexDF5AC103CDD13a443d
Octal337132301074151547210475
Binary110111111011010110000010111100110111011001110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5AC1; }

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

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

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

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

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

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

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

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