#D953C3

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

Shades of Free Speech Magenta #D953C3

Tints of Free Speech Magenta #D953C3

Color information

#D953C3 (or 0xD953C3) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 53 and C3. RGB value is (217,83,195). Sum of RGB (Red+Green+Blue) = 217+83+195=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D953C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953C3 is #26AC3C. Grayscale: #878787. Windows color (decimal): -2534461 or 12800985. OLE color: 12800985.

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

Color convert

RGB21783195-
CMYK00.620.100.15
HSL309.85º63.81%58.82%-
HSV(B)309.85º61.75%85.1%-
XYZ41.5624.8854.24-
YUV135.83161.39185.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=43.84%
G=16.77%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178319500.620.100.15309.8563.8158.82
HexD953C303EAF136403b
Octal331123303076121746610073
Binary110110011010011110000110111110101011111001101101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D953C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D953C3; }

 p { color: rgb(217,83,195); }

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

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

 a { background-color: rgb(217,83,195); }

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

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

 span { border-color: rgb(217,83,195); }

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