#DD61E1

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

Shades of Free Speech Magenta #DD61E1

Tints of Free Speech Magenta #DD61E1

Color information

#DD61E1 (or 0xDD61E1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and E1. RGB value is (221,97,225). Sum of RGB (Red+Green+Blue) = 221+97+225=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61E1 is #229E1E. Grayscale: #949494. Windows color (decimal): -2268703 or 14770653. OLE color: 14770653.

HSL color Cylindrical-coordinate representation of color #DD61E1: hue angle of 298.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD61E1 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22197225-
CMYK0.020.5700.12
HSL298.12º68.09%63.14%-
HSV(B)298.12º56.89%88.24%-
XYZ47.6829.3674.39-
YUV148.67171.08179.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=40.70%
G=17.86%
B=41.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221972250.020.5700.12298.1268.0963.14
HexDD61E12390C12a443f
Octal33514134127101445210477
Binary1101110111000011110000110111001011001001010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61E1; }

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

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

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

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

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

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

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

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