#D661C7

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

Shades of Free Speech Magenta #D661C7

Tints of Free Speech Magenta #D661C7

Color information

#D661C7 (or 0xD661C7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and C7. RGB value is (214,97,199). Sum of RGB (Red+Green+Blue) = 214+97+199=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C7 is #299E38. Grayscale: #8F8F8F. Windows color (decimal): -2727481 or 13066710. OLE color: 13066710.

HSL color Cylindrical-coordinate representation of color #D661C7: hue angle of 307.69º 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 #D661C7 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21497199-
CMYK00.550.070.16
HSL307.69º58.79%60.98%-
HSV(B)307.69º54.67%83.92%-
XYZ42.3226.9757.01-
YUV143.61159.26178.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 97 (38.28% from 255) = 19.02%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=41.96%
G=19.02%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149719900.550.070.16307.6958.7960.98
HexD661C70377101343b3d
Octal3261413070677204647375
Binary11010110110000111000111011011111110000100110100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661C7; }

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

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

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

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

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

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

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

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