#D661C3

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

Shades of Free Speech Magenta #D661C3

Tints of Free Speech Magenta #D661C3

Color information

#D661C3 (or 0xD661C3) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and C3. RGB value is (214,97,195). Sum of RGB (Red+Green+Blue) = 214+97+195=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C3 is #299E3C. Grayscale: #8E8E8E. Windows color (decimal): -2727485 or 12804566. OLE color: 12804566.

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

Color convert

RGB21497195-
CMYK00.550.090.16
HSL309.74º58.79%60.98%-
HSV(B)309.74º54.67%83.92%-
XYZ41.8626.7954.59-
YUV143.16157.26178.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=42.29%
G=19.17%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149719500.550.090.16309.7458.7960.98
HexD661C30379101363b3d
Octal32614130306711204667375
Binary110101101100001110000110110111100110000100110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661C3; }

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

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

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

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

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

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

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

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