#DD61D7

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

Shades of Free Speech Magenta #DD61D7

Tints of Free Speech Magenta #DD61D7

Color information

#DD61D7 (or 0xDD61D7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and D7. RGB value is (221,97,215). Sum of RGB (Red+Green+Blue) = 221+97+215=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D7 is #229E28. Grayscale: #939393. Windows color (decimal): -2268713 or 14115293. OLE color: 14115293.

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

Color convert

RGB22197215-
CMYK00.560.030.13
HSL302.9º64.58%62.35%-
HSV(B)302.9º56.11%86.67%-
XYZ46.3628.8367.41-
YUV147.53166.08180.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=41.46%
G=18.20%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219721500.560.030.13302.964.5862.35
HexDD61D70383D12f413e
Octal33514132707031545710176
Binary1101110111000011101011101110001111011001011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61D7; }

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

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

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

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

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

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

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

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