#DD61C3

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

Shades of Free Speech Magenta #DD61C3

Tints of Free Speech Magenta #DD61C3

Color information

#DD61C3 (or 0xDD61C3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and C3. RGB value is (221,97,195). Sum of RGB (Red+Green+Blue) = 221+97+195=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61C3 is #229E3C. Grayscale: #909090. Windows color (decimal): -2268733 or 12804573. OLE color: 12804573.

HSL color Cylindrical-coordinate representation of color #DD61C3: hue angle of 312.58º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61C3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22197195-
CMYK00.560.120.13
HSL312.58º64.58%62.35%-
HSV(B)312.58º56.11%86.67%-
XYZ43.9427.8654.69-
YUV145.25156.08182.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=43.08%
G=18.91%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219719500.560.120.13312.5864.5862.35
HexDD61C3038CD139413e
Octal335141303070141547110176
Binary110111011100001110000110111000110011011001110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61C3; }

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

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

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

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

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

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

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

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