#D958CE

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

Shades of Free Speech Magenta #D958CE

Tints of Free Speech Magenta #D958CE

Color information

#D958CE (or 0xD958CE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 58 and CE. RGB value is (217,88,206). Sum of RGB (Red+Green+Blue) = 217+88+206=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D958CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958CE is #26A731. Grayscale: #8B8B8B. Windows color (decimal): -2533170 or 13523161. OLE color: 13523161.

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

Color convert

RGB21788206-
CMYK00.590.050.15
HSL305.12º62.93%59.8%-
HSV(B)305.12º59.45%85.1%-
XYZ43.2526.1961.17-
YUV140.02165.24182.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=42.47%
G=17.22%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178820600.590.050.15305.1262.9359.8
HexD958CE03B5F1313f3c
Octal3311303160735174617774
Binary1101100110110001100111001110111011111100110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D958CE; }

 p { color: rgb(217,88,206); }

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

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

 a { background-color: rgb(217,88,206); }

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

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

 span { border-color: rgb(217,88,206); }

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