#DF5CE6

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

Shades of Free Speech Magenta #DF5CE6

Tints of Free Speech Magenta #DF5CE6

Color information

#DF5CE6 (or 0xDF5CE6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5C and E6. RGB value is (223,92,230). Sum of RGB (Red+Green+Blue) = 223+92+230=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF5CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CE6 is #20A319. Grayscale: #929292. Windows color (decimal): -2138906 or 15097055. OLE color: 15097055.

HSL color Cylindrical-coordinate representation of color #DF5CE6: hue angle of 296.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5CE6 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22392230-
CMYK0.030.6000.10
HSL296.96º73.4%63.14%-
HSV(B)296.96º60%90.2%-
XYZ48.5429.0677.91-
YUV146.9174.9182.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=40.92%
G=16.88%
B=42.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223922300.030.6000.10296.9673.463.14
HexDF5CE633C0A129493f
Octal33713434637401245111177
Binary1101111110111001110011011111100010101001010011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CE6; }

 p { color: rgb(223,92,230); }

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

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

 a { background-color: rgb(223,92,230); }

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

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

 span { border-color: rgb(223,92,230); }

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