#DD48BE

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

Shades of Free Speech Magenta #DD48BE

Tints of Free Speech Magenta #DD48BE

Color information

#DD48BE (or 0xDD48BE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 48 and BE. RGB value is (221,72,190). Sum of RGB (Red+Green+Blue) = 221+72+190=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48BE is #22B741. Grayscale: #818181. Windows color (decimal): -2275138 or 12470493. OLE color: 12470493.

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

Color convert

RGB22172190-
CMYK00.670.140.13
HSL312.48º68.66%57.45%-
HSV(B)312.48º67.42%86.67%-
XYZ41.4323.7251.11-
YUV130161.86192.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 72 (28.52% from 255) = 14.91%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=45.76%
G=14.91%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217219000.670.140.13312.4868.6657.45
HexDD48BE043ED1384539
Octal3351102760103161547010571
Binary1101110110010001011111001000011111011011001110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD48BE; }

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

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

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

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

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

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

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

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