#DD44CE

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

Shades of Free Speech Magenta #DD44CE

Tints of Free Speech Magenta #DD44CE

Color information

#DD44CE (or 0xDD44CE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and CE. RGB value is (221,68,206). Sum of RGB (Red+Green+Blue) = 221+68+206=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CE is #22BB31. Grayscale: #818181. Windows color (decimal): -2276146 or 13518045. OLE color: 13518045.

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

Color convert

RGB22168206-
CMYK00.690.070.13
HSL305.88º69.23%56.67%-
HSV(B)305.88º69.23%86.67%-
XYZ43.0323.9660.75-
YUV129.48171.19193.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 68 (26.95% from 255) = 13.74%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=44.65%
G=13.74%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216820600.690.070.13305.8869.2356.67
HexDD44CE0457D1324539
Octal335104316010571546210571
Binary110111011000100110011100100010111111011001100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44CE; }

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

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

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

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

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

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

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

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