#DD4FCC

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

Shades of Free Speech Magenta #DD4FCC

Tints of Free Speech Magenta #DD4FCC

Color information

#DD4FCC (or 0xDD4FCC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4F and CC. RGB value is (221,79,204). Sum of RGB (Red+Green+Blue) = 221+79+204=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FCC is #22B033. Grayscale: #878787. Windows color (decimal): -2273332 or 13389789. OLE color: 13389789.

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

Color convert

RGB22179204-
CMYK00.640.080.13
HSL307.18º67.62%58.82%-
HSV(B)307.18º64.25%86.67%-
XYZ43.5125.3259.72-
YUV135.71166.54188.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=43.85%
G=15.67%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217920400.640.080.13307.1867.6258.82
HexDD4FCC0408D133443b
Octal3351173140100101546310473
Binary1101110110011111100110001000000100011011001100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FCC; }

 p { color: rgb(221,79,204); }

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

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

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

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

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

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

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