#DD4ACD

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

Shades of Free Speech Magenta #DD4ACD

Tints of Free Speech Magenta #DD4ACD

Color information

#DD4ACD (or 0xDD4ACD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4A and CD. RGB value is (221,74,205). Sum of RGB (Red+Green+Blue) = 221+74+205=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ACD is #22B532. Grayscale: #848484. Windows color (decimal): -2274611 or 13454045. OLE color: 13454045.

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

Color convert

RGB22174205-
CMYK00.670.070.13
HSL306.53º68.37%57.84%-
HSV(B)306.53º66.52%86.67%-
XYZ43.2924.6860.24-
YUV132.89168.7190.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 74 (29.30% from 255) = 14.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=44.2%
G=14.8%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217420500.670.070.13306.5368.3757.84
HexDD4ACD0437D133443a
Octal335112315010371546310472
Binary110111011001010110011010100001111111011001100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4ACD; }

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

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

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

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

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

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

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

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