#D957C9

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

Shades of Free Speech Magenta #D957C9

Tints of Free Speech Magenta #D957C9

Color information

#D957C9 (or 0xD957C9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 57 and C9. RGB value is (217,87,201). Sum of RGB (Red+Green+Blue) = 217+87+201=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D957C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957C9 is #26A836. Grayscale: #8A8A8A. Windows color (decimal): -2533431 or 13195225. OLE color: 13195225.

HSL color Cylindrical-coordinate representation of color #D957C9: hue angle of 307.38º 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 #D957C9 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB21787201-
CMYK00.600.070.15
HSL307.38º63.11%59.61%-
HSV(B)307.38º59.91%85.1%-
XYZ42.5725.7957.99-
YUV138.87163.07183.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 87 (34.38% from 255) = 17.23%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=42.97%
G=17.23%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178720100.600.070.15307.3863.1159.61
HexD957C903C7F1333f3c
Octal3311273110747174637774
Binary1101100110101111100100101111001111111100110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D957C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D957C9; }

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

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

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

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

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

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

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

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