#DE4BF7

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

Shades of Free Speech Magenta #DE4BF7

Tints of Free Speech Magenta #DE4BF7

Color information

#DE4BF7 (or 0xDE4BF7) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4B and F7. RGB value is (222,75,247). Sum of RGB (Red+Green+Blue) = 222+75+247=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE4BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4BF7 is #21B408. Grayscale: #8A8A8A. Windows color (decimal): -2208777 or 16206814. OLE color: 16206814.

HSL color Cylindrical-coordinate representation of color #DE4BF7: hue angle of 291.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4BF7 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22275247-
CMYK0.100.7000.03
HSL291.28º91.49%63.14%-
HSV(B)291.28º69.64%96.86%-
XYZ49.4327.2890.66-
YUV138.56189.2187.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 75 (29.69% from 255) = 13.79%
BLUE value IS 247 (96.88% from 255) = 45.40%
R=40.81%
G=13.79%
B=45.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal222752470.100.7000.03291.2891.4963.14
HexDE4BF7A46031235b3f
Octal336113367121060344313377
Binary11011110100101111110111101010001100111001000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BF7; }

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

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

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

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

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

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

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

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