#DE4CDC

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

Shades of Free Speech Magenta #DE4CDC

Tints of Free Speech Magenta #DE4CDC

Color information

#DE4CDC (or 0xDE4CDC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4C and DC. RGB value is (222,76,220). Sum of RGB (Red+Green+Blue) = 222+76+220=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4CDC is #21B323. Grayscale: #878787. Windows color (decimal): -2208548 or 14437598. OLE color: 14437598.

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

Color convert

RGB22276220-
CMYK00.660.010.13
HSL300.82º68.87%58.43%-
HSV(B)300.82º65.77%87.06%-
XYZ45.6325.8770.3-
YUV136.07175.37189.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 14.67%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=42.86%
G=14.67%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227622000.660.010.13300.8268.8758.43
HexDE4CDC0421D12d453a
Octal336114334010211545510572
Binary1101111010011001101110001000010111011001011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4CDC; }

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

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

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

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

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

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

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

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