#D355D0

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

Shades of Free Speech Magenta #D355D0

Tints of Free Speech Magenta #D355D0

Color information

#D355D0 (or 0xD355D0) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 55 and D0. RGB value is (211,85,208). Sum of RGB (Red+Green+Blue) = 211+85+208=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D355D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355D0 is #2CAA2F. Grayscale: #888888. Windows color (decimal): -2927152 or 13653459. OLE color: 13653459.

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

Color convert

RGB21185208-
CMYK00.600.010.17
HSL301.43º58.88%58.04%-
HSV(B)301.43º59.72%82.75%-
XYZ41.524.962.29-
YUV136.7168.24181-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 85 (33.59% from 255) = 16.87%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=41.87%
G=16.87%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118520800.600.010.17301.4358.8858.04
HexD355D003C11112d3b3a
Octal3231253200741214557372
Binary110100111010101110100000111100110001100101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D355D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D355D0; }

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

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

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

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

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

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

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

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