#D963C3

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

Shades of Free Speech Magenta #D963C3

Tints of Free Speech Magenta #D963C3

Color information

#D963C3 (or 0xD963C3) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 63 and C3. RGB value is (217,99,195). Sum of RGB (Red+Green+Blue) = 217+99+195=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C3 is #269C3C. Grayscale: #909090. Windows color (decimal): -2530365 or 12805081. OLE color: 12805081.

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

Color convert

RGB21799195-
CMYK00.540.100.15
HSL311.19º60.82%61.96%-
HSV(B)311.19º54.38%85.1%-
XYZ42.9327.6254.7-
YUV145.23156.09179.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=42.47%
G=19.37%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179919500.540.100.15311.1960.8261.96
HexD963C3036AF1373d3e
Octal33114330306612174677576
Binary11011001110001111000011011011010101111100110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963C3; }

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

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

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

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

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

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

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

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