#D35DD0

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

Shades of Free Speech Magenta #D35DD0

Tints of Free Speech Magenta #D35DD0

Color information

#D35DD0 (or 0xD35DD0) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5D and D0. RGB value is (211,93,208). Sum of RGB (Red+Green+Blue) = 211+93+208=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DD0 is #2CA22F. Grayscale: #8D8D8D. Windows color (decimal): -2925104 or 13655507. OLE color: 13655507.

HSL color Cylindrical-coordinate representation of color #D35DD0: hue angle of 301.53º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35DD0 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB21193208-
CMYK00.560.010.17
HSL301.53º57.28%59.61%-
HSV(B)301.53º55.92%82.75%-
XYZ42.1626.2362.52-
YUV141.39165.59177.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=41.21%
G=18.16%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119320800.560.010.17301.5357.2859.61
HexD35DD003811112e393c
Octal3231353200701214567174
Binary110100111011101110100000111000110001100101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DD0; }

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

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

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

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

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

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

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

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