#D957CC

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

Shades of Free Speech Magenta #D957CC

Tints of Free Speech Magenta #D957CC

Color information

#D957CC (or 0xD957CC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 57 and CC. RGB value is (217,87,204). Sum of RGB (Red+Green+Blue) = 217+87+204=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D957CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957CC is #26A833. Grayscale: #8A8A8A. Windows color (decimal): -2533428 or 13391833. OLE color: 13391833.

HSL color Cylindrical-coordinate representation of color #D957CC: hue angle of 306º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D957CC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21787204-
CMYK00.600.060.15
HSL306º63.11%59.61%-
HSV(B)306º59.91%85.1%-
XYZ42.9225.9359.87-
YUV139.21164.57183.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 87 (34.38% from 255) = 17.13%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=42.72%
G=17.13%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178720400.600.060.1530663.1159.61
HexD957CC03C6F1323f3c
Octal3311273140746174627774
Binary1101100110101111100110001111001101111100110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D957CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D957CC; }

 p { color: rgb(217,87,204); }

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

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

 a { background-color: rgb(217,87,204); }

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

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

 span { border-color: rgb(217,87,204); }

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