#D535E4

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

Shades of Free Speech Magenta #D535E4

Tints of Free Speech Magenta #D535E4

Color information

#D535E4 (or 0xD535E4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 35 and E4. RGB value is (213,53,228). Sum of RGB (Red+Green+Blue) = 213+53+228=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #D535E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535E4 is #2ACA1B. Grayscale: #787878. Windows color (decimal): -2804252 or 14955989. OLE color: 14955989.

HSL color Cylindrical-coordinate representation of color #D535E4: hue angle of 294.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D535E4 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21353228-
CMYK0.070.7700.11
HSL294.86º76.42%55.1%-
HSV(B)294.86º76.75%89.41%-
XYZ42.7222.2975.45-
YUV120.79188.51193.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 53 (21.09% from 255) = 10.73%
BLUE value IS 228 (89.45% from 255) = 46.15%
R=43.12%
G=10.73%
B=46.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213532280.070.7700.11294.8676.4255.1
HexD535E474D0B1274c37
Octal32565344711501344711467
Binary11010101110101111001001111001101010111001001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535E4; }

 p { color: rgb(213,53,228); }

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

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

 a { background-color: rgb(213,53,228); }

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

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

 span { border-color: rgb(213,53,228); }

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