#D35DE1

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

Shades of Free Speech Magenta #D35DE1

Tints of Free Speech Magenta #D35DE1

Color information

#D35DE1 (or 0xD35DE1) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5D and E1. RGB value is (211,93,225). Sum of RGB (Red+Green+Blue) = 211+93+225=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #D35DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DE1 is #2CA21E. Grayscale: #8E8E8E. Windows color (decimal): -2925087 or 14769619. OLE color: 14769619.

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

Color convert

RGB21193225-
CMYK0.060.5900.12
HSL293.64º68.75%62.35%-
HSV(B)293.64º58.67%88.24%-
XYZ44.3727.1174.13-
YUV143.33174.09176.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=39.89%
G=17.58%
B=42.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211932250.060.5900.12293.6468.7562.35
HexD35DE163B0C126453e
Octal32313534167301444610576
Binary11010011101110111100001110111011011001001001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DE1; }

 p { color: rgb(211,93,225); }

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

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

 a { background-color: rgb(211,93,225); }

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

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

 span { border-color: rgb(211,93,225); }

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