#DD4DD0

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

Shades of Free Speech Magenta #DD4DD0

Tints of Free Speech Magenta #DD4DD0

Color information

#DD4DD0 (or 0xDD4DD0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and D0. RGB value is (221,77,208). Sum of RGB (Red+Green+Blue) = 221+77+208=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DD0 is #22B22F. Grayscale: #868686. Windows color (decimal): -2273840 or 13651421. OLE color: 13651421.

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

Color convert

RGB22177208-
CMYK00.650.060.13
HSL305.42º67.92%58.43%-
HSV(B)305.42º65.16%86.67%-
XYZ43.8625.2362.23-
YUV134.99169.21189.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=43.68%
G=15.22%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217720800.650.060.13305.4267.9258.43
HexDD4DD00416D131443a
Octal335115320010161546110472
Binary110111011001101110100000100000111011011001100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DD0; }

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

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

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

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

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

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

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

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