#DD61BF

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

Shades of Free Speech Magenta #DD61BF

Tints of Free Speech Magenta #DD61BF

Color information

#DD61BF (or 0xDD61BF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and BF. RGB value is (221,97,191). Sum of RGB (Red+Green+Blue) = 221+97+191=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61BF is #229E40. Grayscale: #909090. Windows color (decimal): -2268737 or 12542429. OLE color: 12542429.

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

Color convert

RGB22197191-
CMYK00.560.140.13
HSL314.52º64.58%62.35%-
HSV(B)314.52º56.11%86.67%-
XYZ43.527.6852.34-
YUV144.79154.08182.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 191 (75% from 255) = 37.52%
R=43.42%
G=19.06%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219719100.560.140.13314.5264.5862.35
HexDD61BF038ED13b413e
Octal335141277070161547310176
Binary110111011100001101111110111000111011011001110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61BF; }

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

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

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

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

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

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

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

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