#D359D7

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

Shades of Free Speech Magenta #D359D7

Tints of Free Speech Magenta #D359D7

Color information

#D359D7 (or 0xD359D7) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 59 and D7. RGB value is (211,89,215). Sum of RGB (Red+Green+Blue) = 211+89+215=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #D359D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359D7 is #2CA628. Grayscale: #8B8B8B. Windows color (decimal): -2926121 or 14113235. OLE color: 14113235.

HSL color Cylindrical-coordinate representation of color #D359D7: hue angle of 298.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D359D7 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21189215-
CMYK0.020.5900.16
HSL298.1º61.17%59.61%-
HSV(B)298.1º58.6%84.31%-
XYZ42.725.967.04-
YUV139.84170.42178.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 89 (35.16% from 255) = 17.28%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=40.97%
G=17.28%
B=41.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211892150.020.5900.16298.161.1759.61
HexD359D723B01012a3d3c
Octal3231313272730204527574
Binary1101001110110011101011110111011010000100101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D359D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D359D7; }

 p { color: rgb(211,89,215); }

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

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

 a { background-color: rgb(211,89,215); }

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

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

 span { border-color: rgb(211,89,215); }

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