#DD44CF

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

Shades of Free Speech Magenta #DD44CF

Tints of Free Speech Magenta #DD44CF

Color information

#DD44CF (or 0xDD44CF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and CF. RGB value is (221,68,207). Sum of RGB (Red+Green+Blue) = 221+68+207=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CF is #22BB30. Grayscale: #818181. Windows color (decimal): -2276145 or 13583581. OLE color: 13583581.

HSL color Cylindrical-coordinate representation of color #DD44CF: hue angle of 305.49º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44CF is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22168207-
CMYK00.690.060.13
HSL305.49º69.23%56.67%-
HSV(B)305.49º69.23%86.67%-
XYZ43.1524.0161.39-
YUV129.59171.69193.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 68 (26.95% from 255) = 13.71%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=44.56%
G=13.71%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216820700.690.060.13305.4969.2356.67
HexDD44CF0456D1314539
Octal335104317010561546110571
Binary110111011000100110011110100010111011011001100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44CF; }

 p { color: rgb(221,68,207); }

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

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

 a { background-color: rgb(221,68,207); }

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

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

 span { border-color: rgb(221,68,207); }

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