#D357DB

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

Shades of Free Speech Magenta #D357DB

Tints of Free Speech Magenta #D357DB

Color information

#D357DB (or 0xD357DB) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 57 and DB. RGB value is (211,87,219). Sum of RGB (Red+Green+Blue) = 211+87+219=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #D357DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D357DB is #2CA824. Grayscale: #8A8A8A. Windows color (decimal): -2926629 or 14374867. OLE color: 14374867.

HSL color Cylindrical-coordinate representation of color #D357DB: hue angle of 296.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D357DB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21187219-
CMYK0.040.6000.14
HSL296.36º64.71%60%-
HSV(B)296.36º60.27%85.88%-
XYZ43.0625.7869.72-
YUV139.12173.08179.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 87 (34.38% from 255) = 16.83%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=40.81%
G=16.83%
B=42.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211872190.040.6000.14296.3664.7160
HexD357DB43C0E128413c
Octal32312733347401645010174
Binary11010011101011111011011100111100011101001010001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D357DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D357DB; }

 p { color: rgb(211,87,219); }

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

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

 a { background-color: rgb(211,87,219); }

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

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

 span { border-color: rgb(211,87,219); }

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