#D55FDF

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

Shades of Free Speech Magenta #D55FDF

Tints of Free Speech Magenta #D55FDF

Color information

#D55FDF (or 0xD55FDF) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5F and DF. RGB value is (213,95,223). Sum of RGB (Red+Green+Blue) = 213+95+223=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D55FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FDF is #2AA020. Grayscale: #909090. Windows color (decimal): -2793505 or 14639061. OLE color: 14639061.

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

Color convert

RGB21395223-
CMYK0.040.5700.13
HSL295.31º66.67%62.35%-
HSV(B)295.31º57.4%87.45%-
XYZ44.8527.6672.79-
YUV144.87172.09176.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=40.11%
G=17.89%
B=42.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213952230.040.5700.13295.3166.6762.35
HexD55FDF4390D127433e
Octal32513733747101544710376
Binary11010101101111111011111100111001011011001001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FDF; }

 p { color: rgb(213,95,223); }

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

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

 a { background-color: rgb(213,95,223); }

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

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

 span { border-color: rgb(213,95,223); }

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