#DD44CA

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

Shades of Free Speech Magenta #DD44CA

Tints of Free Speech Magenta #DD44CA

Color information

#DD44CA (or 0xDD44CA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 44 and CA. RGB value is (221,68,202). Sum of RGB (Red+Green+Blue) = 221+68+202=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CA is #22BB35. Grayscale: #808080. Windows color (decimal): -2276150 or 13255901. OLE color: 13255901.

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

Color convert

RGB22168202-
CMYK00.690.090.13
HSL307.45º69.23%56.67%-
HSV(B)307.45º69.23%86.67%-
XYZ42.5523.7758.22-
YUV129.02169.19193.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 68 (26.95% from 255) = 13.85%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=45.01%
G=13.85%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216820200.690.090.13307.4569.2356.67
HexDD44CA0459D1334539
Octal3351043120105111546310571
Binary1101110110001001100101001000101100111011001100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44CA; }

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

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

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

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

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

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

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

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