#D755D7

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

Shades of Free Speech Magenta #D755D7

Tints of Free Speech Magenta #D755D7

Color information

#D755D7 (or 0xD755D7) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 55 and D7. RGB value is (215,85,215). Sum of RGB (Red+Green+Blue) = 215+85+215=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D755D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755D7 is #28AA28. Grayscale: #8A8A8A. Windows color (decimal): -2665001 or 14112215. OLE color: 14112215.

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

Color convert

RGB21585215-
CMYK00.6000.16
HSL300º61.9%58.82%-
HSV(B)300º60.47%84.31%-
XYZ43.5425.8566.98-
YUV138.69171.07182.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 16.50%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=41.75%
G=16.50%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158521500.6000.1630061.958.82
HexD755D703C01012c3e3b
Octal3271253270740204547673
Binary110101111010101110101110111100010000100101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D755D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D755D7; }

 p { color: rgb(215,85,215); }

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

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

 a { background-color: rgb(215,85,215); }

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

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

 span { border-color: rgb(215,85,215); }

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