#D661CE

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

Shades of Free Speech Magenta #D661CE

Tints of Free Speech Magenta #D661CE

Color information

#D661CE (or 0xD661CE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and CE. RGB value is (214,97,206). Sum of RGB (Red+Green+Blue) = 214+97+206=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D661CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661CE is #299E31. Grayscale: #909090. Windows color (decimal): -2727474 or 13525462. OLE color: 13525462.

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

Color convert

RGB21497206-
CMYK00.550.040.16
HSL304.1º58.79%60.98%-
HSV(B)304.1º54.67%83.92%-
XYZ43.1527.361.39-
YUV144.41162.76177.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=41.39%
G=18.76%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149720600.550.040.16304.158.7960.98
HexD661CE0374101303b3d
Octal3261413160674204607375
Binary11010110110000111001110011011110010000100110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661CE; }

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

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

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

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

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

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

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

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