#DD61D8

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

Shades of Free Speech Magenta #DD61D8

Tints of Free Speech Magenta #DD61D8

Color information

#DD61D8 (or 0xDD61D8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and D8. RGB value is (221,97,216). Sum of RGB (Red+Green+Blue) = 221+97+216=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D8 is #229E27. Grayscale: #939393. Windows color (decimal): -2268712 or 14180829. OLE color: 14180829.

HSL color Cylindrical-coordinate representation of color #DD61D8: hue angle of 302.42º 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 #DD61D8 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22197216-
CMYK00.560.020.13
HSL302.42º64.58%62.35%-
HSV(B)302.42º56.11%86.67%-
XYZ46.4928.8868.09-
YUV147.64166.58180.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 97 (38.28% from 255) = 18.16%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=41.39%
G=18.16%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219721600.560.020.13302.4264.5862.35
HexDD61D80382D12e413e
Octal33514133007021545610176
Binary1101110111000011101100001110001011011001011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61D8; }

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

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

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

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

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

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

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

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