#D535F4

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

Shades of Free Speech Magenta #D535F4

Tints of Free Speech Magenta #D535F4

Color information

#D535F4 (or 0xD535F4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 35 and F4. RGB value is (213,53,244). Sum of RGB (Red+Green+Blue) = 213+53+244=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 53 (21.09% from 255 or 10.39% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #D535F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D535F4 is #2ACA0B. Grayscale: #7A7A7A. Windows color (decimal): -2804236 or 16004565. OLE color: 16004565.

HSL color Cylindrical-coordinate representation of color #D535F4: hue angle of 290.26º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D535F4 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21353244-
CMYK0.130.7800.04
HSL290.26º89.67%58.24%-
HSV(B)290.26º78.28%95.69%-
XYZ45.0423.2287.7-
YUV122.61196.51192.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 53 (21.09% from 255) = 10.39%
BLUE value IS 244 (95.70% from 255) = 47.84%
R=41.76%
G=10.39%
B=47.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213532440.130.7800.04290.2689.6758.24
HexD535F4D4E041225a3a
Octal32565364151160444213272
Binary11010101110101111101001101100111001001001000101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D535F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D535F4; }

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

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

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

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

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

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

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

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