#D960CC

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

Shades of Free Speech Magenta #D960CC

Tints of Free Speech Magenta #D960CC

Color information

#D960CC (or 0xD960CC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 60 and CC. RGB value is (217,96,204). Sum of RGB (Red+Green+Blue) = 217+96+204=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D960CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960CC is #269F33. Grayscale: #909090. Windows color (decimal): -2531124 or 13394137. OLE color: 13394137.

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

Color convert

RGB21796204-
CMYK00.560.060.15
HSL306.45º61.42%61.37%-
HSV(B)306.45º55.76%85.1%-
XYZ43.727.4860.13-
YUV144.49161.59179.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=41.97%
G=18.57%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179620400.560.060.15306.4561.4261.37
HexD960CC0386F1323d3d
Octal3311403140706174627575
Binary1101100111000001100110001110001101111100110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D960CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D960CC; }

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

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

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

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

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

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

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

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