#DE4BC4

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

Shades of Free Speech Magenta #DE4BC4

Tints of Free Speech Magenta #DE4BC4

Color information

#DE4BC4 (or 0xDE4BC4) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4B and C4. RGB value is (222,75,196). Sum of RGB (Red+Green+Blue) = 222+75+196=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4BC4 is #21B43B. Grayscale: #848484. Windows color (decimal): -2208828 or 12864478. OLE color: 12864478.

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

Color convert

RGB22275196-
CMYK00.660.120.13
HSL310.61º69.01%58.24%-
HSV(B)310.61º66.22%87.06%-
XYZ42.624.5554.72-
YUV132.75163.7191.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 75 (29.69% from 255) = 15.21%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=45.03%
G=15.21%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227519600.660.120.13310.6169.0158.24
HexDE4BC4042CD137453a
Octal3361133040102141546710572
Binary1101111010010111100010001000010110011011001101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BC4; }

 p { color: rgb(222,75,196); }

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

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

 a { background-color: rgb(222,75,196); }

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

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

 span { border-color: rgb(222,75,196); }

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