#D661CF

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

Shades of Free Speech Magenta #D661CF

Tints of Free Speech Magenta #D661CF

Color information

#D661CF (or 0xD661CF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and CF. RGB value is (214,97,207). Sum of RGB (Red+Green+Blue) = 214+97+207=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D661CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661CF is #299E30. Grayscale: #909090. Windows color (decimal): -2727473 or 13590998. OLE color: 13590998.

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

Color convert

RGB21497207-
CMYK00.550.030.16
HSL303.59º58.79%60.98%-
HSV(B)303.59º54.67%83.92%-
XYZ43.2727.3562.03-
YUV144.52163.26177.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=41.31%
G=18.73%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149720700.550.030.16303.5958.7960.98
HexD661CF0373101303b3d
Octal3261413170673204607375
Binary1101011011000011100111101101111110000100110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661CF; }

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

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

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

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

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

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

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

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