#D35FE0

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

Shades of Free Speech Magenta #D35FE0

Tints of Free Speech Magenta #D35FE0

Color information

#D35FE0 (or 0xD35FE0) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5F and E0. RGB value is (211,95,224). Sum of RGB (Red+Green+Blue) = 211+95+224=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #D35FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FE0 is #2CA01F. Grayscale: #8F8F8F. Windows color (decimal): -2924576 or 14704595. OLE color: 14704595.

HSL color Cylindrical-coordinate representation of color #D35FE0: hue angle of 293.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35FE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21195224-
CMYK0.060.5800.12
HSL293.95º67.54%62.55%-
HSV(B)293.95º57.59%87.84%-
XYZ44.4127.4273.47-
YUV144.39172.93175.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=39.81%
G=17.92%
B=42.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211952240.060.5800.12293.9567.5462.55
HexD35FE063A0C126443f
Octal32313734067201444610477
Binary11010011101111111100000110111010011001001001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FE0; }

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

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

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

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

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

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

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

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