#df5cc4

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

Shades of Free Speech Magenta #DF5CC4

Tints of Free Speech Magenta #DF5CC4

Color information

#DF5CC4 (or 0xDF5CC4) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5C and C4. RGB value is (223,92,196). Sum of RGB (Red+Green+Blue) = 223+92+196=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CC4 is #20A33B. Grayscale: #8E8E8E. Windows color (decimal): -2138940 or 12868831. OLE color: 12868831.

HSL color Cylindrical-coordinate representation of color #DF5CC4: hue angle of 312.37º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CC4 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22392196-
CMYK00.590.120.13
HSL312.37º67.18%61.76%-
HSV(B)312.37º58.74%87.45%-
XYZ44.2227.3355.17-
YUV143.02157.9185.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=43.64%
G=18.00%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239219600.590.120.13312.3767.1861.76
HexDF5CC403BCD138433e
Octal337134304073141547010376
Binary110111111011100110001000111011110011011001110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5cc4; }

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

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

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

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

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

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

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

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