#DE35E6

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

Shades of Free Speech Magenta #DE35E6

Tints of Free Speech Magenta #DE35E6

Color information

#DE35E6 (or 0xDE35E6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 35 and E6. RGB value is (222,53,230). Sum of RGB (Red+Green+Blue) = 222+53+230=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE35E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE35E6 is #21CA19. Grayscale: #7B7B7B. Windows color (decimal): -2214426 or 15087070. OLE color: 15087070.

HSL color Cylindrical-coordinate representation of color #DE35E6: hue angle of 297.29º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE35E6 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22253230-
CMYK0.030.7700.10
HSL297.29º77.97%55.49%-
HSV(B)297.29º76.96%90.2%-
XYZ45.6823.7977.05-
YUV123.71187.99198.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 53 (21.09% from 255) = 10.50%
BLUE value IS 230 (90.23% from 255) = 45.54%
R=43.96%
G=10.50%
B=45.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222532300.030.7700.10297.2977.9755.49
HexDE35E634D0A1294e37
Octal33665346311501245111667
Binary1101111011010111100110111001101010101001010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35E6; }

 p { color: rgb(222,53,230); }

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

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

 a { background-color: rgb(222,53,230); }

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

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

 span { border-color: rgb(222,53,230); }

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