#D955CC

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

Shades of Free Speech Magenta #D955CC

Tints of Free Speech Magenta #D955CC

Color information

#D955CC (or 0xD955CC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 55 and CC. RGB value is (217,85,204). Sum of RGB (Red+Green+Blue) = 217+85+204=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D955CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955CC is #26AA33. Grayscale: #898989. Windows color (decimal): -2533940 or 13391321. OLE color: 13391321.

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

Color convert

RGB21785204-
CMYK00.610.060.15
HSL305.91º63.46%59.22%-
HSV(B)305.91º60.83%85.1%-
XYZ42.7625.6159.82-
YUV138.03165.23184.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 85 (33.59% from 255) = 16.80%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=42.89%
G=16.80%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178520400.610.060.15305.9163.4659.22
HexD955CC03D6F1323f3b
Octal3311253140756174627773
Binary1101100110101011100110001111011101111100110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955CC; }

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

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

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

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

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

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

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

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