#DD4DCD

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

Shades of Free Speech Magenta #DD4DCD

Tints of Free Speech Magenta #DD4DCD

Color information

#DD4DCD (or 0xDD4DCD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and CD. RGB value is (221,77,205). Sum of RGB (Red+Green+Blue) = 221+77+205=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DCD is #22B232. Grayscale: #868686. Windows color (decimal): -2273843 or 13454813. OLE color: 13454813.

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

Color convert

RGB22177205-
CMYK00.650.070.13
HSL306.67º67.92%58.43%-
HSV(B)306.67º65.16%86.67%-
XYZ43.4925.0960.31-
YUV134.65167.71189.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 77 (30.47% from 255) = 15.31%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=43.94%
G=15.31%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217720500.650.070.13306.6767.9258.43
HexDD4DCD0417D133443a
Octal335115315010171546310472
Binary110111011001101110011010100000111111011001100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DCD; }

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

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

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

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

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

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

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

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