#D35FE7

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

Shades of Free Speech Magenta #D35FE7

Tints of Free Speech Magenta #D35FE7

Color information

#D35FE7 (or 0xD35FE7) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5F and E7. RGB value is (211,95,231). Sum of RGB (Red+Green+Blue) = 211+95+231=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #D35FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FE7 is #2CA018. Grayscale: #909090. Windows color (decimal): -2924569 or 15163347. OLE color: 15163347.

HSL color Cylindrical-coordinate representation of color #D35FE7: hue angle of 291.18º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35FE7 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21195231-
CMYK0.090.5900.09
HSL291.18º73.91%63.92%-
HSV(B)291.18º58.87%90.59%-
XYZ45.3827.878.58-
YUV145.19176.43174.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=39.29%
G=17.69%
B=43.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211952310.090.5900.09291.1873.9163.92
HexD35FE793B091234a40
Octal3231373471173011443112100
Binary1101001110111111110011110011110110100110010001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FE7; }

 p { color: rgb(211,95,231); }

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

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

 a { background-color: rgb(211,95,231); }

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

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

 span { border-color: rgb(211,95,231); }

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