#D661C5

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

Shades of Free Speech Magenta #D661C5

Tints of Free Speech Magenta #D661C5

Color information

#D661C5 (or 0xD661C5) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and C5. RGB value is (214,97,197). Sum of RGB (Red+Green+Blue) = 214+97+197=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C5 is #299E3A. Grayscale: #8F8F8F. Windows color (decimal): -2727483 or 12935638. OLE color: 12935638.

HSL color Cylindrical-coordinate representation of color #D661C5: hue angle of 308.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D661C5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21497197-
CMYK00.550.080.16
HSL308.72º58.79%60.98%-
HSV(B)308.72º54.67%83.92%-
XYZ42.0826.8855.79-
YUV143.38158.26178.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 97 (38.28% from 255) = 19.09%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=42.13%
G=19.09%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149719700.550.080.16308.7258.7960.98
HexD661C50378101353b3d
Octal32614130506710204657375
Binary110101101100001110001010110111100010000100110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661C5; }

 p { color: rgb(214,97,197); }

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

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

 a { background-color: rgb(214,97,197); }

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

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

 span { border-color: rgb(214,97,197); }

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