#D755E0

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

Shades of Free Speech Magenta #D755E0

Tints of Free Speech Magenta #D755E0

Color information

#D755E0 (or 0xD755E0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 55 and E0. RGB value is (215,85,224). Sum of RGB (Red+Green+Blue) = 215+85+224=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #D755E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755E0 is #28AA1F. Grayscale: #8B8B8B. Windows color (decimal): -2664992 or 14702039. OLE color: 14702039.

HSL color Cylindrical-coordinate representation of color #D755E0: hue angle of 296.12º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D755E0 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21585224-
CMYK0.040.6200.12
HSL296.12º69.15%60.59%-
HSV(B)296.12º62.05%87.84%-
XYZ44.7326.3373.25-
YUV139.72175.57181.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 85 (33.59% from 255) = 16.22%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=41.03%
G=16.22%
B=42.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215852240.040.6200.12296.1269.1560.59
HexD755E043E0C128453d
Octal32712534047601445010575
Binary11010111101010111100000100111110011001001010001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D755E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D755E0; }

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

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

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

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

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

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

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

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