#DE4BCF

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

Shades of Free Speech Magenta #DE4BCF

Tints of Free Speech Magenta #DE4BCF

Color information

#DE4BCF (or 0xDE4BCF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4B and CF. RGB value is (222,75,207). Sum of RGB (Red+Green+Blue) = 222+75+207=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4BCF is #21B430. Grayscale: #858585. Windows color (decimal): -2208817 or 13585374. OLE color: 13585374.

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

Color convert

RGB22275207-
CMYK00.660.070.13
HSL306.12º69.01%58.24%-
HSV(B)306.12º66.22%87.06%-
XYZ43.925.0761.56-
YUV134169.2190.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=44.05%
G=14.88%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227520700.660.070.13306.1269.0158.24
HexDE4BCF0427D132453a
Octal336113317010271546210572
Binary110111101001011110011110100001011111011001100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BCF; }

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

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

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

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

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

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

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

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