#DE48BD

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

Shades of Free Speech Magenta #DE48BD

Tints of Free Speech Magenta #DE48BD

Color information

#DE48BD (or 0xDE48BD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 48 and BD. RGB value is (222,72,189). Sum of RGB (Red+Green+Blue) = 222+72+189=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE48BD is #21B742. Grayscale: #818181. Windows color (decimal): -2209603 or 12404958. OLE color: 12404958.

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

Color convert

RGB22272189-
CMYK00.680.150.13
HSL313.2º69.44%57.65%-
HSV(B)313.2º67.57%87.06%-
XYZ41.6323.8450.55-
YUV130.19161.2193.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 72 (28.52% from 255) = 14.91%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=45.96%
G=14.91%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227218900.680.150.13313.269.4457.65
HexDE48BD044FD139453a
Octal3361102750104171547110572
Binary1101111010010001011110101000100111111011001110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE48BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE48BD; }

 p { color: rgb(222,72,189); }

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

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

 a { background-color: rgb(222,72,189); }

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

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

 span { border-color: rgb(222,72,189); }

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