#DD48C0

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

Shades of Free Speech Magenta #DD48C0

Tints of Free Speech Magenta #DD48C0

Color information

#DD48C0 (or 0xDD48C0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 48 and C0. RGB value is (221,72,192). Sum of RGB (Red+Green+Blue) = 221+72+192=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48C0 is #22B73F. Grayscale: #818181. Windows color (decimal): -2275136 or 12601565. OLE color: 12601565.

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

Color convert

RGB22172192-
CMYK00.670.130.13
HSL311.68º68.66%57.45%-
HSV(B)311.68º67.42%86.67%-
XYZ41.6523.8152.27-
YUV130.23162.86192.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 72 (28.52% from 255) = 14.85%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=45.57%
G=14.85%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217219200.670.130.13311.6868.6657.45
HexDD48C0043DD1384539
Octal3351103000103151547010571
Binary1101110110010001100000001000011110111011001110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD48C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD48C0; }

 p { color: rgb(221,72,192); }

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

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

 a { background-color: rgb(221,72,192); }

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

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

 span { border-color: rgb(221,72,192); }

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