#DD4DDD

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

Shades of Free Speech Magenta #DD4DDD

Tints of Free Speech Magenta #DD4DDD

Color information

#DD4DDD (or 0xDD4DDD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and DD. RGB value is (221,77,221). Sum of RGB (Red+Green+Blue) = 221+77+221=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DDD is #22B222. Grayscale: #888888. Windows color (decimal): -2273827 or 14503389. OLE color: 14503389.

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

Color convert

RGB22177221-
CMYK00.6500.13
HSL300º67.92%58.43%-
HSV(B)300º65.16%86.67%-
XYZ45.5225.971.01-
YUV136.47175.71188.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 77 (30.47% from 255) = 14.84%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=42.58%
G=14.84%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217722100.6500.1330067.9258.43
HexDD4DDD0410D12c443a
Octal335115335010101545410472
Binary1101110110011011101110101000001011011001011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DDD; }

 p { color: rgb(221,77,221); }

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

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

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

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

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

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

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