#D661C4

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

Shades of Free Speech Magenta #D661C4

Tints of Free Speech Magenta #D661C4

Color information

#D661C4 (or 0xD661C4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and C4. RGB value is (214,97,196). Sum of RGB (Red+Green+Blue) = 214+97+196=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D661C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661C4 is #299E3B. Grayscale: #8E8E8E. Windows color (decimal): -2727484 or 12870102. OLE color: 12870102.

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

Color convert

RGB21497196-
CMYK00.550.080.16
HSL309.23º58.79%60.98%-
HSV(B)309.23º54.67%83.92%-
XYZ41.9726.8355.19-
YUV143.27157.76178.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=42.21%
G=19.13%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149719600.550.080.16309.2358.7960.98
HexD661C40378101353b3d
Octal32614130406710204657375
Binary110101101100001110001000110111100010000100110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661C4; }

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

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

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

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

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

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

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

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