#D661C8

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

Shades of Free Speech Magenta #D661C8

Tints of Free Speech Magenta #D661C8

Color information

#D661C8 (or 0xD661C8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and C8. RGB value is (214,97,200). Sum of RGB (Red+Green+Blue) = 214+97+200=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C8 is #299E37. Grayscale: #8F8F8F. Windows color (decimal): -2727480 or 13132246. OLE color: 13132246.

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

Color convert

RGB21497200-
CMYK00.550.070.16
HSL307.18º58.79%60.98%-
HSV(B)307.18º54.67%83.92%-
XYZ42.4327.0257.62-
YUV143.72159.76178.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=41.88%
G=18.98%
B=39.14%

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
Decimal2149720000.550.070.16307.1858.7960.98
HexD661C80377101333b3d
Octal3261413100677204637375
Binary11010110110000111001000011011111110000100110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661C8; }

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

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

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

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

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

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

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

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