#D753C5

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

Shades of Free Speech Magenta #D753C5

Tints of Free Speech Magenta #D753C5

Color information

#D753C5 (or 0xD753C5) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 53 and C5. RGB value is (215,83,197). Sum of RGB (Red+Green+Blue) = 215+83+197=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D753C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753C5 is #28AC3A. Grayscale: #878787. Windows color (decimal): -2665531 or 12932055. OLE color: 12932055.

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

Color convert

RGB21583197-
CMYK00.610.080.16
HSL308.18º62.26%58.43%-
HSV(B)308.18º61.4%84.31%-
XYZ41.224.6655.41-
YUV135.46162.73184.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 197 (77.34% from 255) = 39.80%
R=43.43%
G=16.77%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158319700.610.080.16308.1862.2658.43
HexD753C503D8101343e3a
Octal32712330507510204647672
Binary110101111010011110001010111101100010000100110100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D753C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D753C5; }

 p { color: rgb(215,83,197); }

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

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

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

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

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

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

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