#D961CB

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

Shades of Free Speech Magenta #D961CB

Tints of Free Speech Magenta #D961CB

Color information

#D961CB (or 0xD961CB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and CB. RGB value is (217,97,203). Sum of RGB (Red+Green+Blue) = 217+97+203=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D961CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961CB is #269E34. Grayscale: #909090. Windows color (decimal): -2530869 or 13328857. OLE color: 13328857.

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

Color convert

RGB21797203-
CMYK00.550.060.15
HSL307º61.22%61.57%-
HSV(B)307º55.3%85.1%-
XYZ43.6727.6159.53-
YUV144.96160.76179.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=41.97%
G=18.76%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179720300.550.060.1530761.2261.57
HexD961CB0376F1333d3e
Octal3311413130676174637576
Binary1101100111000011100101101101111101111100110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961CB; }

 p { color: rgb(217,97,203); }

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

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

 a { background-color: rgb(217,97,203); }

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

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

 span { border-color: rgb(217,97,203); }

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