#D661D0

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

Shades of Free Speech Magenta #D661D0

Tints of Free Speech Magenta #D661D0

Color information

#D661D0 (or 0xD661D0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 61 and D0. RGB value is (214,97,208). Sum of RGB (Red+Green+Blue) = 214+97+208=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D661D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661D0 is #299E2F. Grayscale: #909090. Windows color (decimal): -2727472 or 13656534. OLE color: 13656534.

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

Color convert

RGB21497208-
CMYK00.550.030.16
HSL303.08º58.79%60.98%-
HSV(B)303.08º54.67%83.92%-
XYZ43.3927.462.68-
YUV144.64163.76177.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=41.23%
G=18.69%
B=40.08%

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
Decimal2149720800.550.030.16303.0858.7960.98
HexD661D003731012f3b3d
Octal3261413200673204577375
Binary1101011011000011101000001101111110000100101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661D0; }

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

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

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

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

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

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

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

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