#DD60C3

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

Shades of Free Speech Magenta #DD60C3

Tints of Free Speech Magenta #DD60C3

Color information

#DD60C3 (or 0xDD60C3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 60 and C3. RGB value is (221,96,195). Sum of RGB (Red+Green+Blue) = 221+96+195=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60C3 is #229F3C. Grayscale: #909090. Windows color (decimal): -2268989 or 12804317. OLE color: 12804317.

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

Color convert

RGB22196195-
CMYK00.570.120.13
HSL312.48º64.77%62.16%-
HSV(B)312.48º56.56%86.67%-
XYZ43.8527.6854.66-
YUV144.66156.41182.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=43.16%
G=18.75%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219619500.570.120.13312.4864.7762.16
HexDD60C3039CD138413e
Octal335140303071141547010176
Binary110111011100000110000110111001110011011001110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60C3; }

 p { color: rgb(221,96,195); }

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

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

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

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

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

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

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