#D55FCC

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

Shades of Free Speech Magenta #D55FCC

Tints of Free Speech Magenta #D55FCC

Color information

#D55FCC (or 0xD55FCC) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5F and CC. RGB value is (213,95,204). Sum of RGB (Red+Green+Blue) = 213+95+204=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FCC is #2AA033. Grayscale: #8E8E8E. Windows color (decimal): -2793524 or 13393877. OLE color: 13393877.

HSL color Cylindrical-coordinate representation of color #D55FCC: hue angle of 304.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FCC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21395204-
CMYK00.550.040.16
HSL304.58º58.42%60.39%-
HSV(B)304.58º55.4%83.53%-
XYZ42.4326.6960.04-
YUV142.71162.59178.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=41.60%
G=18.55%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139520400.550.040.16304.5858.4260.39
HexD55FCC0374101313a3c
Octal3251373140674204617274
Binary11010101101111111001100011011110010000100110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FCC; }

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

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

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

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

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

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

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

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