#de4fb8

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

Shades of Free Speech Magenta #DE4FB8

Tints of Free Speech Magenta #DE4FB8

Color information

#DE4FB8 (or 0xDE4FB8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4F and B8. RGB value is (222,79,184). Sum of RGB (Red+Green+Blue) = 222+79+184=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4FB8 is #21B047. Grayscale: #858585. Windows color (decimal): -2207816 or 12079070. OLE color: 12079070.

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

Color convert

RGB22279184-
CMYK00.640.170.13
HSL315.94º68.42%59.02%-
HSV(B)315.94º64.41%87.06%-
XYZ41.5724.5847.9-
YUV133.73156.38190.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=45.77%
G=16.29%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227918400.640.170.13315.9468.4259.02
HexDE4FB804011D13c443b
Octal3361172700100211547410473
Binary11011110100111110111000010000001000111011001111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de4fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de4fb8; }

 p { color: rgb(222,79,184); }

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

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

 a { background-color: rgb(222,79,184); }

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

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

 span { border-color: rgb(222,79,184); }

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