#DE4CBD

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

Shades of Free Speech Magenta #DE4CBD

Tints of Free Speech Magenta #DE4CBD

Color information

#DE4CBD (or 0xDE4CBD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4C and BD. RGB value is (222,76,189). Sum of RGB (Red+Green+Blue) = 222+76+189=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4CBD is #21B342. Grayscale: #848484. Windows color (decimal): -2208579 or 12405982. OLE color: 12405982.

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

Color convert

RGB22276189-
CMYK00.660.150.13
HSL313.56º68.87%58.43%-
HSV(B)313.56º65.77%87.06%-
XYZ41.8924.3750.64-
YUV132.54159.87191.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 76 (30.08% from 255) = 15.61%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=45.59%
G=15.61%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227618900.660.150.13313.5668.8758.43
HexDE4CBD042FD13a453a
Octal3361142750102171547210572
Binary1101111010011001011110101000010111111011001110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4CBD; }

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

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

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

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

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

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

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

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